iOS still under development.
$ npm install react-native-fawry-sdk --save
OR
$ yarn add react-native-fawry-sdk
$ react-native link react-native-fawry-sdk
add this line to build.gradle
allprojects {
repositories {
...
flatDir {
dirs "$rootDir/../node_modules/react-native-fawry-sdk/android/libs"
}
}
}
Check example