JavaScript integration
To access AppfigurateLibrary from JavaScript, import NativeModules
and NativeEventEmitter
, then define Appfigurate
and AppfigurateEvents
:
You can now access your app's configuration using the following:
To be notified when the configuration is changed at runtime:
See also React Native API for the list of APIs available.
Last updated