ios - Sending events over RCTEventEmitter from native side to React Native while app is in background -




on ios, when detecting ibeacon in background mode, need send beacon data react-native side in order perform api requests.

currently app awakes when entering beacon range, event transmitted on bridge using sendeventwithname:body: method of rcteventemitter not received react-native.

is there way activate rcteventemitter on react-native side while being in background? (without rendering components)





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -