An open API service indexing awesome lists of open source software.

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.

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)