Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrode-io/electrode-native
A platform to ease integration&delivery of React Native apps in existing mobile applications
https://github.com/electrode-io/electrode-native
android ios mobile nodejs react-native
Last synced: about 1 month ago
JSON representation
A platform to ease integration&delivery of React Native apps in existing mobile applications
- Host: GitHub
- URL: https://github.com/electrode-io/electrode-native
- Owner: electrode-io
- License: other
- Created: 2017-07-25T17:11:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T00:48:09.000Z (12 months ago)
- Last Synced: 2024-05-02T10:44:22.788Z (8 months ago)
- Topics: android, ios, mobile, nodejs, react-native
- Language: TypeScript
- Homepage: https://native.electrode.io
- Size: 21.3 MB
- Stars: 721
- Watchers: 34
- Forks: 111
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - Electrode Native ★439 - A platform to ease the integration of React Native components in existing mobile applications. (Utilities / Other Platforms)
- awesome-list - electrode-native - io | 633 | (TypeScript)
- awesome-list - electrode-native - io | 633 | (TypeScript)
- awesome-react-native - Electrode Native ★439 - A platform to ease the integration of React Native components in existing mobile applications. (Utilities / Other Platforms)
- awesome-react-native - Electrode Native ★439 - A platform to ease the integration of React Native components in existing mobile applications. (Utilities / Other Platforms)
- awesome-react-native - Electrode Native ★439 - A platform to ease the integration of React Native components in existing mobile applications. (Utilities / Other Platforms)
README
> Electrode Native is a mobile platform that streamlines the integration of React Native components into existing mobile applications. With minimal changes required to the application code base and infrastructure, Electrode Native makes it simpler to leverage React Native potential in any mobile application.
![Current version](https://img.shields.io/npm/v/ern-local-cli.svg?label=current)
[![Coverage Status](https://coveralls.io/repos/github/electrode-io/electrode-native/badge.svg?branch=master&service=github)](https://coveralls.io/github/electrode-io/electrode-native?branch=master&service=github)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![ci][1]][2]| Test Suite | Status |
| :--- | :--- |
| Unit Tests | [![Unit Tests](https://dev.azure.com/ElectrodeNative/Electrode%20Native/_apis/build/status/electrode-io.electrode-native?branchName=master&stageName=UnitTests)](https://dev.azure.com/ElectrodeNative/Electrode%20Native/_build/latest?definitionId=1&branchName=master) |
| System Tests | [![System Tests](https://dev.azure.com/ElectrodeNative/Electrode%20Native/_apis/build/status/electrode-io.electrode-native?branchName=master&stageName=SystemTests)](https://dev.azure.com/ElectrodeNative/Electrode%20Native/_build/latest?definitionId=1&branchName=master)|## Getting Started
### Prerequisites
- Node.js >= 12
- npm >= 5.6.0
- Android Studio (for Android apps)
- Xcode >= 10 (for iOS apps)
- CocoaPods (if using a version of React Native >= 0.60)### Install
```sh
npm install -g electrode-native
```## Documentation
The [documentation of Electrode Native] is maintained as [GitBook] pages in the [docs](/docs) directory. It is divided into multiple sections:
- An [Overview] of Electrode Native
This should be read first, as an introduction to learn about [what is Electrode Native] or [what is a MiniApp]. This section also contains some documentation regarding the [Electrode Native workflow], native dependencies management or JS/Native communication.
- A Platform Reference section
This section covers each Electrode Native module in depth, such as [Container], [Cauldron], [Manifest], [Apis] ...
- A CLI command reference section
In this section you will find a documentation page for each of the CLI commands available in Electrode Native, for example [create-miniapp], [run-android], [platform use] ...
## Contributing
We embrace contributions, be it documentation, issue reporting, or contributing code.
Please read our [CONTRIBUTING guide](docs/overview/contributing.md) for more details on how to contribute.
## Further Reading
- Check out our [Announcement Blog Post].
- Have a look at the [TechCrunch article].
- See [What is Electrode Native] for more details on Electrode Native.
- Read [Electrode Native Case Study] to learn about key facts.## License
Copyright 2017 WalmartLabs
Licensed under the [Apache License, Version 2.0].
## Support and Acknowledgment
We'd like to thank our employer, WalmartLabs because we can work on the development of Electrode Native platform as Open Sourced Software for the needs of our internal teams and projects.
We love the public community and the support we get, and we address your requests as much as we can.
We are always excited to get feedback, bug reports, and pull requests.
Thank you.
[react-native]: https://github.com/facebook/react-native
[TechCrunch article]: https://techcrunch.com/2017/09/29/walmart-labs-open-sources-its-tool-for-bringing-react-native-to-existing-mobile-apps/?ncid=mobilenavtrend
[Announcement Blog Post]: https://medium.com/walmartlabs/electrode-native-the-platform-for-integrating-react-native-into-your-apps-129cbabda7b8
[documentation of electrode native]: https://native.electrode.io/
[apache license, version 2.0]: https://www.apache.org/licenses/LICENSE-2.0
[gitbook]: https://www.gitbook.com/
[what is electrode native]: https://native.electrode.io/introduction/what-is-ern/what-is-ern
[overview]: https://native.electrode.io/introduction/what-is-ern
[what is Electrode Native]: https://native.electrode.io/introduction/what-is-ern/what-is-ern
[what is a MiniApp]: https://native.electrode.io/introduction/what-is-ern/what-is-a-miniapp
[Electrode Native workflow]: https://native.electrode.io/introduction/what-is-ern/ern-workflow
[Container]: https://native.electrode.io/reference/index-1
[Cauldron]: https://native.electrode.io/reference/index-2
[Manifest]: https://native.electrode.io/reference/index-3
[apis]: https://native.electrode.io/reference/index-5
[create-miniapp]: https://native.electrode.io/cli-commands/create-miniapp
[run-android]: https://native.electrode.io/cli-commands/run-android
[platform use]: https://native.electrode.io/cli-commands/platform/use
[Electrode Native Case Study]: https://www.walmartlabs.com/case-studies/electrode-native
[CocoaPods]: https://cocoapods.org
[1]: https://github.com/electrode-io/electrode-native/workflows/ci/badge.svg
[2]: https://github.com/electrode-io/electrode-native/actions