React Native example with wrapped native iOS and Android Przelewy24 Mobile Libraries
Before run Android or iOS project, make sure, that you have React Native command line. If no, use below command:
npm install -g react-native-cli
To run Android Example:
- Run commands in project root folder:
npm install
- Run application from terminal with command in root catalog:
react-native run-android
To run iOS Example:
- Run command in project root folder:
npm install
- Then, in iOS catalog, to resolve dependencies:
pod install
- Run application directly from terminal with command in root catalog:
react-native run-ios