/beta-app

Beta react native app

Primary LanguageTypeScript

beta-app

Screen Shot 2022-01-12 at 2 50 47 PM Screen Shot 2022-01-12 at 2 55 17 PM Screen Shot 2022-01-12 at 2 55 42 PM

Beta react native app. This project has reusable ui components to use them in another react-native projects. Components like:

Requirements:

  • Node.js >= v12. We recommend to use version 12; We are getting some issues with versions greater than 12. For handling multiple node.js versions in a computer, we suggest to use nvm.

Pre-running, dependency installation:

yarn install

Run instructions for Android:

There are 2 options:

  • Open up android folder through Android Studio and Hit the Run ▶️ button
  • Have an Android emulator running, or a device connected for then run yarn android

Run instructions for iOS:

There are 2 ways as well:

  • Running yarn ios command
  • Excute this command to open up XCode
$ xed -b ios

Then in Xcode Hit the Run ▶️ button.