Skip to content

Commit d0def4f

Browse files
authored
Update README.md
Signed-off-by: gabe <ghigared@gmail.com>
1 parent de79ac1 commit d0def4f

1 file changed

Lines changed: 22 additions & 24 deletions

File tree

README.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
![IMG_9725](https://user-images.githubusercontent.com/30089055/199875237-07f734d0-4f60-4f9c-a66e-2e82a33aa410.png)
1+
# 📱Basic `React Native Template`
22
<p align="center">
3-
⭐️ Help the project by giving a star ⭐️
3+
<img src="https://user-images.githubusercontent.com/30089055/199875237-07f734d0-4f60-4f9c-a66e-2e82a33aa410.png" width="100%" />
4+
45
</p>
56

6-
## React-native template 📱
7-
A template that creates a new react-native project with the libraries needed to build a scalable mobile app.
7+
This template creates an empty `react-native` project with every package needed to build a basic scalable mobile app. From bottom-navigation to lottie integration and TailWindCSS support. Sponsored by `Digital Art Dealers`
8+
9+
# 💻 Using Template
10+
Run this command to create a new project using the template
11+
`npx react-native init {YOUR_APP_NAME} --template https://github.com/daboigbae/react-native-template`
12+
13+
** Make sure to replace {YOUR_APP_NAME} with the name you want to give your project
814

9-
## Base dependencies
15+
# 📦Installed packages
1016
- [axios](https://github.com/axios/axios) for networking.
1117
- [lottie-react-native](https://github.com/lottie-react-native/lottie-react-native) an ecosystem of libraries for parsing Adobe After Effects animations exported as JSON
1218
- [Munchkin](https://munchkinreact.app/) a react native component library
@@ -18,24 +24,19 @@ A template that creates a new react-native project with the libraries needed to
1824
- [redux-persist](https://github.com/rt2zz/redux-persist) for redux store persistance.
1925
- [redux-thunk](https://github.com/gaearon/redux-thunk) to dispatch asynchronous actions.
2026

21-
## Using Template 💻 💻 💻 💻 💻
22-
Run this command to create a new react-native project using the template
23-
`npx react-native init {YOUR_APP_NAME} --template https://github.com/daboigbae/react-native-template`
24-
25-
** Make sure to replace {YOUR_APP_NAME} with the name you want to give your project
26-
27-
## Running Project🏃‍♀️ 🏃‍♀️ 🏃‍♀️ 🏃‍♀️ 🏃‍♀️
28-
##### iOS
27+
# 🏃‍♀️Running Your New App
28+
#### 📱iOS
2929
Take the following steps to run the application locally for iOS
3030
1. run `yarn install`
3131
2. navigate to the iOS folder using a terminal `cd ios && pod install`
3232
3. run `yarn ios` at root
3333

34-
##### Android
34+
#### 📱Android
3535
Take the following steps to run the application locally for iOS
3636
1. run `yarn install`
3737
2. run `yarn android`
3838

39+
#### Notes
3940
If you run into any issues, please make sure your development environment is set-up with a fresh react native app.
4041

4142
If your android app runs, but it can't connect to the react native server
@@ -44,17 +45,14 @@ If your android app runs, but it can't connect to the react native server
4445
3. Run `yarn start`
4546
4. Run `yarn android`
4647

47-
## Screenshots
48-
![landing-screen](https://user-images.githubusercontent.com/30089055/199877587-c013985c-0af0-46ef-a046-1bf6710e890e.png)
49-
![home-screen](https://user-images.githubusercontent.com/30089055/199877794-a7ef761e-1d3a-41cd-9d2f-9a4d77ce9c51.png)
48+
# 📷Screenshots
49+
<p align="center">
50+
<img src="https://github.com/daboigbae/images/blob/main/IMG_9271.PNG" width="90%" />
51+
</p>
5052

51-
How can I support the developers?
52-
- Star our GitHub repo ⭐
53-
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧
53+
# 🙏 Support
5454

55-
[If you have any questions, please message us on twitter](https://twitter.com/daboigbae)
55+
We all need support and motivation. Please give this project a ⭐️ to encourage and show that you liked it. Don't forget to leave a star ⭐️ before you move away.
5656

57+
[If you have any questions, please message us on twitter](https://twitter.com/daboigbae)
5758
[If you need developers to build your mobile app, visit our website](https://digitalartdealers.net/book_appointment/)
58-
59-
60-

0 commit comments

Comments
 (0)