Use flags in React Native and Expo
Read typed values
Observe lifecycle state
idle | loading | ready | refreshing | error | rate-limited and
source is none | cache | network. none does not mean that remote
configuration is ready.
The guarded default AppState integration refreshes when the app returns to the
foreground. Reconnect refresh is opt-in through an injected network adapter, so
the package does not require NetInfo.
Change targeting context
Opt in to hosted telemetry
Use the imperative client outside React
destroy() when the owning lifecycle ends. Most React applications should
prefer the provider and hooks.