-The truth is that React Native feels kind of magical to use, and that is both a blessing and curse. Writing app logic in React and having run on a native mobile device is pretty smooth, but if you stray too far off that path you might start to encounter dark spells like `BatchedBridge`, `UIManager.dispatchViewManagerCommand()`, and of course [`React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;`](https://github.com/facebook/react-native/blob/9f7dfcc35ff603de42cfa5e3fa63701916a86784/packages/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js#L37C4-L37C4)
0 commit comments