We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848fff5 commit 89e61baCopy full SHA for 89e61ba
README.md
@@ -1,6 +1,12 @@
1
-# Now Coworking social app
+# React Native boilerplate
2
3
-This project is the Now Coworking Social app built using [React Native](https://facebook.github.io/react-native/).
+This project is a [React Native](https://facebook.github.io/react-native/) boilerplate that can be used to kickstart a mobile application.
4
+
5
+This boilerplate contains:
6
7
+- an empty React Native application created with `react-native init`
8
+- [prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native
9
+- a [directory layout](#directory-layout) for organizing the code of the application
10
11
## Directory layout
12
0 commit comments