C React Native

Open-source C projects categorized as React Native

Top 6 C React Native Projects

  • react-native-code-push

    React Native module for CodePush

    Project mention: Build for IOS | /r/reactnative | 2023-07-11

    Appcenter will allow you to build your app for iOS and install on your device without submitting to the App Store. https://appcenter.ms/

  • ffmpeg-kit

    FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.

    Project mention: What library do you know for streaming camera feed to server with RTMP? | /r/androiddev | 2023-06-25

    Meanwhile, I came across FFMpegKit, which looks useful, but I think it still needs some customization.

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • ejdb

    :snowboarder: EJDB2 — Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image.

    Project mention: Go Bindings for ejdb2 | /r/golang | 2022-10-02

    I found https://ejdb.org/ but the go bindings where outdated.

  • react-ssd1306

    📟 A React Renderer for SSD1306 OLED chip on Raspberry Pi.

    Project mention: Jest not recommended to be used in Node.js due to instanceOf operator issues | news.ycombinator.com | 2023-06-30

    It’s often cheaper to couple things tightly. Abstractions and interfaces have costs. However, they also have benefits. Perhaps React and Preact is one such example.

    React is a tiny fully agnostic library that does components, props, hooks and all that jazz. You can use it anywhere, from DOM to CLI. To tie it to DOM, a separate library exists—named, unimaginatively, ReactDOM—and that’s where the 100KB heft comes in.

    Preact is the opposite: smaller, but coupled to DOM. The architecture probably doesn’t facilitate cool stuff like render components to embedded LCD[0], and even to do SSR you would have to add extra libraries.

    [0] https://github.com/doodlewind/react-ssd1306/blob/master/docs...

  • react-native-quick-sqlite

    A fast react-native SQLite library built using JSI (by margelo)

    Project mention: How to deal with single thread on mobile? | /r/reactnative | 2023-05-25

    If you are interested in thread-offloading and specifically writing a large volume of data to a db, take a look at https://github.com/margelo/react-native-quick-sqlite

  • react-native-webassembly

    ⚛️ 🏎 WebAssembly for React Native powered by JSI.

    Project mention: It's now possible to execute native WebAssembly on React Native using Wasm3! | /r/reactnative | 2023-03-25

    Yes! Every demonstration included in the example app pulls file content from GitHub at runtime (though this could also be declared statically).

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

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-code-push 8,610
2 ffmpeg-kit 3,109
3 ejdb 1,396
4 react-ssd1306 352
5 react-native-quick-sqlite 209
6 react-native-webassembly 146
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
www.sonarlint.org