Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1007 Bytes

File metadata and controls

35 lines (23 loc) · 1007 Bytes

Featurevisor with React Native

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.

Get started

  1. Install dependencies

    npm ci
  2. Start the app

    npx expo start

The output provides options to open the application in a:

The Featurevisor evaluation is shown in app/(tabs)/index.tsx.

Checks

npm run lint
npm run build

The build command exports the web application and provides a reproducible CI check without requiring a simulator.