Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 606 Bytes

File metadata and controls

29 lines (19 loc) · 606 Bytes

React Native example with wrapped native iOS and Android Przelewy24 Mobile Libraries

iOS Lib documentation

Android Lib documentation

To run Android Example:

  • Run commands in project root folder:
npm install
npm start
  • Open Android project from "android/" directory in Android Studio

  • Run application

To run iOS Example:

  • Run commands in project root folder:
npm install
npm start
  • Open iOS project from "ios/" directory in Xcode

  • Run application