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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82f525d · May 6, 2021

History

55 Commits
Sep 30, 2019
Mar 17, 2021
May 6, 2021
Sep 30, 2019
Oct 7, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Jul 20, 2020
Sep 30, 2019
Jul 20, 2020

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