React Native exposes the native Remote Config surface through the wrapper singleton.
Use:
  • getRemoteConfigs()
  • getRemoteConfig(key)
  • getRemoteConfigBool(key)
  • getRemoteConfigString(key)
  • getRemoteConfigNumber(key)
  • getRemoteConfigInt(key)

Runtime model

These are read APIs. The wrapper does not invent a separate config runtime; it exposes the native purchase-layer config surface. Keep app-level fallbacks for purchase-critical screens and re-read when identity or entitlement state changes.

Create Remote Config

Read the product-level Remote Config model.