C++ React Native

Open-source C++ projects categorized as React Native

Top 15 C++ React Native Projects

  • react-native-windows

    A framework for building native Windows apps with React.

    Project mention: [AskJS] Are there any Electron alternatives that uses less recourses? | reddit.com/r/javascript | 2023-03-23
  • react-native-mmkv

    ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!

    Project mention: Best way to store data to device? | reddit.com/r/reactnative | 2023-03-17

    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-21

    As 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

  • react-native-multithreading

    🧵 Fast and easy multithreading for React Native using JSI

    Project mention: Not a good Time to Start with RN? | reddit.com/r/reactnative | 2022-05-31

    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

  • clipboard

    React Native Clipboard API for both iOS and Android. (by react-native-clipboard)

    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.

  • react-native-quick-crypto

    ⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

    Project mention: React-native-quick-crypto – a crypto package that works | news.ycombinator.com | 2023-01-13
  • react-native-quick-base64

    A fast base64 module for React Native

  • 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

  • rn-ldk

    Lightweight lightning node for React Native

  • react-native-quick-md5

    Fast C++ implementation with JSI binding of MD5 for React Native

  • react-native-xaml

    A React Native Windows library to use XAML / WinUI controls

  • react-native-winrt

    Windows Runtime projection for React Native for Windows

  • react-native-hashing

    A hashing library for react native written in c++ with JSI

    Project mention: C++ vs. Swift/Kotlin | reddit.com/r/reactnative | 2023-02-25

    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

  • react-native-wenet

    Wenet speech to text for react native

    Project mention: JSI DOCS? | reddit.com/r/reactnative | 2022-10-22

    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...

  • react-native-box2d

    JSI port of the Box2D physics engine for React Native.

    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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-03-23.

C++ React Native related posts

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com