Masroor Elahi
Masroor Elahi
import { NativeEventEmitter, NativeModules } from 'react-native'; const { RNiBeacon } = NativeModules; const beaconManagerEmiiter = new NativeEventEmitter(RNiBeacon); const subscription = .addListener( 'beaconsDidRange', (reminder) => console.log(reminder.name) ); DeviceEventEmitter is deprecated...
@ziyiz-amzn Hi any update on this
Hi I also need the same feature. Any update on this?
@notapplicableio Can you please guide me on how we can use this framework with Mac Catalyst? Enabling Mac Catalyst for the project will only allow running this the app using...
Any update on this because I am facing the same issue