react-native-eval icon indicating copy to clipboard operation
react-native-eval copied to clipboard

Call any JS functions from your native code

Results 4 react-native-eval issues
Sort by recently updated
recently updated
newest added

Hey @artemyarulin , I am trying to use this library with UserNotification service extension. ``` #import "NotificationService.h" #import "React/RCTBridge.h" #import #import "RNMEvaluator.h" @interface NotificationService () @property (nonatomic, strong) void (^contentHandler)(UNNotificationContent...

I am not able install this package. It looks like npm install react-native-eval is installing other branch. not the master branch.

I am trying to run a JavaScript function from native code on iOS. It works properly when the current view is a React Native view, but it does not work...

After https://github.com/artemyarulin/react-native-eval/commit/adcc3959e43a19e7295e64e4860b4420524d0ab6 tests for iOS were dropped. I've tried to recover those but gave up eventually because of compiler errors and problems with configuring RN for test target. I should...