The getManagedConfig function in the README is documented as returning a Promise (async function), but the actual implementation in recent versions is synchronous.
|
getManagedConfig: <T>() => RNEmm.getManagedConfig() as T, |
It would be great to resolve this mismatch between documentation and implementation.
The
getManagedConfigfunction in theREADMEis documented as returning aPromise(async function), but the actual implementation in recent versions is synchronous.react-native-emm/src/emm.ts
Line 42 in f6e57ff
It would be great to resolve this mismatch between documentation and implementation.