Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grabbou/react-native-nitro-module-preview
A React Native module powered by Nitro
https://github.com/grabbou/react-native-nitro-module-preview
Last synced: 3 months ago
JSON representation
A React Native module powered by Nitro
- Host: GitHub
- URL: https://github.com/grabbou/react-native-nitro-module-preview
- Owner: grabbou
- Created: 2024-09-13T21:17:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T21:41:36.000Z (4 months ago)
- Last Synced: 2024-10-24T14:29:29.086Z (3 months ago)
- Language: C++
- Homepage:
- Size: 238 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Native Module Test
====Just having fun with Nitro Modules, so I guess you can take this as a starting point until I break everything 🤣
How to run this?
- `npm install`
- `bundle instal`
- `cd example/ios` & `RCT_NEW_ARCH_ENABLED=1 bundle exec pod install`
- `npm run ios`To re-generate Nitro module after making changes:
- `npm run codegen` from `packages/nitro-module`
- Update `nitro.json` [according to the docs](https://mrousavy.github.io/nitro/docs/using-nitro-in-your-app#5-registering-the-hybrid-objects)If I forgot about some steps, I am sorry!