react-native-safe-module
react-native-safe-module copied to clipboard
Support new UIManager API
Since this commit got merged in RN 0.58 any direct access to UIManager
is now yielding a deprecation warning.
This PR adds support for the new API and provides a fallback for RN < 0.58.
I've decided against tests here since we are using react-native-mock
and mocking mocks is uncool.
Any update on this PR? 🙏
It looks like this is a stale project so this PR will be never merged. I published a fork of it including this PR: https://github.com/emilioicai/react-native-safe-modules
Thanks @emilioicai