Nativo's ReactNative Sample App. The Nativo SDK enables the best user experience for mobile ads.
Here is a link to SDK docs https://sdk.nativo.com/docs/getting-started-with-react-native If you are new here contact [email protected] to start monitizing your app. If you have any issues running the app contact [email protected].
- To install all dependencies including
react-native-nativo-ads
, run:
npm install
cd ios
pod install
Then open /android/build.gradle
to run a gradle sync.
- Run the app on your device or emulator Ensure your device or emulator is pluged in and available
a. To run on iOS device or emulator
npx react-native run-ios
b. To run on Android device or emulator
npx react-native run-android