Hello,
I have followed the React Native installation instructions here:
and I have followed the Release Checklist here:
However, when I run:
import {adapty, activateAdapty} from "react-native-adapty";
console.log("adapty", adapty);
console.log("activateAdapty", activateAdapty);
I see that neither activateAdapty nor adapty.paywalls are defined:
LOG adapty {"activationPromise": null, "addEventListener": [Function anonymous], "bridge": [Function promiseMethodWrapper], "listeners": [], "memoArgs": null, "nativeEmitter": {"_nativeModule": {"addListener": [Function nonPromiseMethodWrapper], "getConstants": [Function anonymous], "handle": [Function promiseMethodWrapper], "removeListeners": [Function nonPromiseMethodWrapper]}}, "shouldWaitUntilReady": false}
LOG activateAdapty undefined