Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

An example how to implement P24 Android and iOS mobile lib in React Native project

Notifications You must be signed in to change notification settings

przelewy24/p24-mobile-lib-react-native-example

Repository files navigation

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

iOS Lib documentation

Android Lib documentation

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

About

An example how to implement P24 Android and iOS mobile lib in React Native project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •