This Expo application uses the Featurevisor React SDK with React Native. The root layout creates a Featurevisor instance, loads a published datafile, and provides the instance to React components.
-
Install dependencies
npm ci
-
Start the app
npx expo start
The output provides options to open the application in a:
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
The Featurevisor evaluation is shown in app/(tabs)/index.tsx.
npm run lint
npm run buildThe build command exports the web application and provides a reproducible CI check without requiring a simulator.