Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 15 C++ React Native Projects
-
Project mention: [AskJS] Are there any Electron alternatives that uses less recourses? | reddit.com/r/javascript | 2023-03-23
-
if you need to store something small and simple use whatever. if is complex and speed is important use something performant. realmDB, https://github.com/mrousavy/react-native-mmkv and others are good fit for the job.
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
react-native-mmkv-storage
An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
Project mention: Is react-native-encrypted-storage a good place for storing base64 images securely? | reddit.com/r/reactnative | 2023-02-21As title says, is it a good option? There'll be like 60 webp images not some high quality. Or should I add some local db instead, something like: 1. https://github.com/ammarahm-ed/react-native-mmkv-storage 2. https://github.com/Nozbe/WatermelonDB
-
You can look at MMKV, Vision Camera and some other libs based on JSI which work pretty fast. https://github.com/mrousavy/react-native-mmkv https://github.com/mrousavy/react-native-vision-camera https://github.com/mrousavy/react-native-multithreading
-
Project mention: Copy to Clipboard in Javascript - Javascript Functionality | reddit.com/r/reactnative | 2023-01-02
Clipboard API doesn't exist on React Native. We use this clipboard instead.
-
Project mention: React-native-quick-crypto – a crypto package that works | news.ycombinator.com | 2023-01-13
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
react-native-jsi-template
Template library and blog that explain how JSI modules are built from scratch in React Native
-
-
-
-
-
I went this route when the new arch was an up and coming thing, spent a lot of time learning how to do cpp stuff and i made this: https://github.com/TheRogue76/react-native-hashing From my experience, unless you are doing something that is computationally extremely expensive, or doing something that needs access to the Yoga and the whole of the rendering pipeline, you are better off doing it in Kotlin and Swift. Cpp is not a pleasant or modern language (from the generics to the null handling to enums, my experience was terrible). We are mobile developers, so there will never be a time in your career when Swift or Kotlin are not useful. For my part, I won’t touch cpp ever again unless i have to. But it’s up to you
-
I'm attempting to create react native wenet a speech to text module for android if anyone is interested, it's working with normal native modules so far...
-
Project mention: Does anyone know how to create animations which follow gravity? Animations which move when we move our mobile? Below animation is happening when I am moving my phone | reddit.com/r/reactnative | 2022-11-06
I tought box2d physics engine could help you, there is also a port for RN - https://github.com/hannojg/react-native-box2d
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C++ React Native related posts
- Best way to store data to device?
- react native async storage is not getting accessed correctly pls help me
- React-native-quick-crypto – a crypto package that works
- Copy to Clipboard in Javascript - Javascript Functionality
- Is react-native mmkv good for large arrays?
- Binaries for M1 Mac
- Have you guys had any issue/crash using redux persist
-
A note from our sponsor - Sonar
www.sonarsource.com | 24 Mar 2023
Index
What are some of the best open-source React Native projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | react-native-windows | 15,296 |
2 | react-native-mmkv | 3,284 |
3 | react-native-mmkv-storage | 1,180 |
4 | react-native-multithreading | 1,018 |
5 | clipboard | 507 |
6 | react-native-quick-crypto | 409 |
7 | react-native-quick-base64 | 239 |
8 | react-native-jsi-template | 131 |
9 | rn-ldk | 125 |
10 | react-native-quick-md5 | 80 |
11 | react-native-xaml | 71 |
12 | react-native-winrt | 71 |
13 | react-native-hashing | 18 |
14 | react-native-wenet | 10 |
15 | react-native-box2d | 5 |