https://github.com/reime005/rncppexample
This repository shows the usage of custom C++ code to be used in a React Native project.
https://github.com/reime005/rncppexample
android cpp example ios javascript react react-native
Last synced: 10 months ago
JSON representation
This repository shows the usage of custom C++ code to be used in a React Native project.
- Host: GitHub
- URL: https://github.com/reime005/rncppexample
- Owner: reime005
- License: mit
- Created: 2019-08-10T21:40:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:52:43.000Z (about 3 years ago)
- Last Synced: 2025-03-22T00:34:03.888Z (11 months ago)
- Topics: android, cpp, example, ios, javascript, react, react-native
- Language: Objective-C
- Homepage: https://mariusreimer.com
- Size: 2.11 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native C++ Code Example
This repository shows the usage of custom C++ code to be used in a React Native project. The benefits are shared code between Android and iOS, as well as performance benefits for certain algorithms.
Have a look at [react-native-cpp-code](https://github.com/reime005/react-native-cpp-code) for the React Native module and C++ code.
## Build & Run
Since this repository originated from the official React Native template, you can follow its instructions, using the [React Native CLI](https://facebook.github.io/react-native/docs/getting-started.html):
yarn
react-native run-android
react-native run-ios
## License
[MIT](LICENSE)