Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 977 Bytes

File metadata and controls

26 lines (16 loc) · 977 Bytes

FullStory Segment Plugin Test App

This is a test app for the FullStory Segment react native plugin.

Getting Started

  1. Ensure that you have completed the react-native CLI environment setup guide.
  2. Ensure you have cocoapods installed brew install cocoapods
  3. Ensure you have installed node_modules in the root directory.
  4. Install node_modules in the example directory.
npm i

cd ios && pod install
  1. Search for your-org-id within the project and replace with your FullStory Organization ID. This will be in your app build.gradle and Info.plist.

  2. Search for SEGMENT_API_KEY within the project and replace with your Segment write key. This will be in App.js.

  3. Run the mobile app by npm run android or npm run ios from the example/ directory.

Usage

Metro is set up to watch for changes in the plugin files as well as the application code. This makes it easy to test changes to the plugin code since hot reloading is set up.