A community guide for all things React Native
https://echobind.github.io/ReactNativeForAll/
As React Native developers we often find ourselves scouring the interwebs to find information. Sometimes we are piecing together documentation from the native space and figuring out how to apply that to our cross platform development needs.
This documentation begins to create a collaborative space where we can share snippets and information.
In an effort to begin the collaboration sooner than later, we are starting with some tips on developing with Accessbility in mind.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request