Thanks for wanting to contribute to react-native-exact-target
! We're looking to constantly improve this library and expose the SFMC community to the wonderful React Native community.
Please follow the guidelines below. If you have any questions, please reach out to me at @grales on Twitter.
- Clone this repo
- Clone the Example App
- In the root of this repo, type in
npm install
oryarn install
to bring down dependencies - In the root of this repo, type in
npm link
to create a local symlink - In a terminal, go to the root of the Example App's repo
- Execute
git checkout local_development
- Execute
npm link react-native-exact-target
- Execute
npm install
oryarn install
to bring down the Example App's dependencies
You can now develop locally and have the changes reflected in your Example App without constantly rebuilding
- Fork this repo to your personal GitHub
- Create a feature branch off of
master
and perform the work you'd like. - Create a Pull Request back to this repo's
master
- The PR should follow the PR_TEMPLATE.MD format
As I can only maintain this in my limited spare time, I would love some help from some core contributors, especially if you happen to work for SFMC 😄
Please shoot me a message on Twitter and we'll get you the proper access to this repo.