/kemnaker-v1

Primary LanguageTypeScript

Kemnaker Project ( React Native )

Figma

Project Require

  • NodeJS
  • Expo cli
  • Typescript

🚀 How to use

Creating a new project

  • Install the CLI: npm i -g expo-cli
  • Create a project: npx create-react-native-app -t with-typescript
  • cd into the project

💡 You can disable the TypeScript setup in Expo CLI with the environment variable EXPO_NO_TYPESCRIPT_SETUP=1 expo start

📝 Notes