ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.24k stars 429 forks source link

README Updates to improve clarity #140

Closed andrerfneves closed 7 years ago

andrerfneves commented 7 years ago

This PR aims to improve the description text available in the README.md file. With better hierarchy structure for the text, community members receive more/better information and are able to use the tool without much further help. The README will continue to improve as RN macOS becomes more distinct from React Native itself, and this creates a better structure for improvements.

ptmt commented 7 years ago

Thanks, that's a good start. I'm planning to also add Real World Examples or "Built with RN for MacOS" section.

andrerfneves commented 7 years ago

@ptmt I would actually say to add both sections in there. Real World Examples can be any source code repo of actual idiomatic applications built with RN for macOS and Built with RN for macOS can be implemented/added when we have actual applications in production. I'm working on a simple app that demonstrates how to use RN for macOS (still working on figuring out routing solution with ReactNavigation or another library of the sort) so we can add that to the Examples lists too.