infinitered / solidarity-react-native

Solidarity snapshot plugin for React Native projects
MIT License
48 stars 10 forks source link

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

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:

What is Solidarity?

:newspaper: Read More About Solidarity Here