Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericlewis/react-native-hostobject-demo
show how host objects work
https://github.com/ericlewis/react-native-hostobject-demo
Last synced: about 2 months ago
JSON representation
show how host objects work
- Host: GitHub
- URL: https://github.com/ericlewis/react-native-hostobject-demo
- Owner: ericlewis
- Archived: true
- Created: 2019-04-13T20:22:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:39:32.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T01:28:48.724Z (5 months ago)
- Language: Objective-C
- Size: 2.05 MB
- Stars: 102
- Watchers: 4
- Forks: 15
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - react-native-hostobject-demo
README
# react-native-hostobject-demo
## don't actually use this
It's just a demonstration, TurboModules makes all of this cleaner & easier.This is a demonstration of how to use the new JavaScript Interface in React Native for creating native modules (HostObjects) that can be called directly from JavaScript without going through the React Native Bridge.
For an in-depth explanation please read this story on Medium: