https://github.com/infinitered/solidarity-react-native
Solidarity snapshot plugin for React Native projects
https://github.com/infinitered/solidarity-react-native
Last synced: 9 months ago
JSON representation
Solidarity snapshot plugin for React Native projects
- Host: GitHub
- URL: https://github.com/infinitered/solidarity-react-native
- Owner: infinitered
- License: mit
- Created: 2017-10-04T04:27:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T00:15:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T00:50:54.920Z (about 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 47
- Watchers: 12
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solidarity-react-native
### For quickly taking snapshots of environments for React Native projects
By using this plugin to solidarity, you can snapshot your environment to verify the project is in a similar environment on other machines.
# How to use this plugin
```bash
npm i -g solidarity-react-native
# or
yarn global add solidarity-react-native
# go to your react native project and run:
solidarity snapshot
```
this will check the dependencies you have installed and needed in that project and creates the `.solidarity` file.
# Requirements
This plugin snapshots these Solidarity requirements:
* Always Adds
* Node
* Watchman
* React Native
* Package.json
* If detected Adds
* Mobile Center
* Code Push
* NPM
* Yarn
* CocoaPods
* Detox
* Android
* TypeScript
* Xcode
# What is Solidarity?
#### [:newspaper: Read More About Solidarity Here](https://github.com/infinitered/solidarity)
