Skip to content

useinsider/reactjs-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insider React Native Sample App react-native

For more information about react native integration please check the link

Check the changelogs 👉 here

Before getting the build:

Common:

  1. Change the partner name with yours in the App.js file

Android:

  1. Add your partner name to manifestPlaceholders in the module-level build.gradle file
  2. Change the google-service.json file with yours
  3. Replace the applicationId with the one in your google-service.json file

iOS:

  1. Choose your team from the Xcode's Signing & Capabilities tab, under the Signing section
  2. Repeat the first step for all targets(InsiderDemo, InsiderNotificationContent, NotificationService)
  3. Change bundle identifier with yours and select desired App Group
  4. Repeat the previous step for all targets(InsiderDemo, InsiderNotificationContent, NotificationService)
  5. Change the App Groups for NotificationService.m and NotificationViewController.m files
  6. Change the App Group in the App.js file
  7. Change the partner name for the URL Types, URL Schemes section(InsiderDemo)