React native
How react-native works ?
We have JS land and native platform code(IOS, android)
We have a React-native bridge to communicate between JS and native platform (binding)
If we have a list of events is being sent to JS thread to handle some business-logi...
vincenguyen.hashnode.dev6 min read