RM-Eric
RM-Eric
@daominhsangvn I tried your fork on iOS, but it seems to be crashing the app immediately Also, in your example above, what is this.didDetermineState supposed to be doing? Also, do...
Any chance of getting an updated version on NPM?
I'm getting this as well; has anyone figured it out? Im using git://github.com/MacKentoch/react-native-beacons-manager.git#53c1bda , for what its worth
For me, the app doesn't seem to do anything at all when its killed. I have it set to fire a local push notification on region enter, and it works...
I get this as well, using the snippet of code given in the docs ```js ga4react.initialize().then((ga4) => { ga4.pageview('path') ga4.gtag('event','pageview','path') // or your custom gtag event },(err) => { console.error(err)...
Thanks, that worked.
How can this be used along with ResponsiveGridLayout ? Passing a nodeRef prop to it still gives the error. For example: ```js const ResponsiveGridLayout = WidthProvider(Responsive); const nodeRef = useRef(null);...