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. Learn more →
Top 6 C React Native Projects
-
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-25Meanwhile, 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.
I found https://ejdb.org/ but the go bindings where outdated.
-
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...
-
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
-
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).
C React Native related posts
- Build for IOS
- Titan: The Fun & Social Workout Tracker
- How to deal with single thread on mobile?
- Github file size limits
- A friend and I have spent way too much time sharing builds so we built this free tool!
- How is telegram so fast?
- Is there a service to let us run our app remotely on chosen hardware and monitor logging?
-
A note from our sponsor - SonarLint
www.sonarlint.org | 28 Sep 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-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 |