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

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -