Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos and update readme #32

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Version in the `package.json` is one to one the latest expo on which the templat
## Why to use?

We know there are a lot of project starters for react native, but we have some good features:

- Fully works with **expo go**
- Good for start the project and later you can switch to expo-dev-client
- Good for start the project and later you can switch to expo-dev-client
- **Code generators** (create new screen / create new component)
- **Fully + Strong typed**
- **App deployment documentatio** (currently in progress, but it will be added in near future)
- **App deployment documentation** (currently in progress, but it will be added in near future)

## Demo

<p align="center">
Expand All @@ -46,7 +47,7 @@ npx create-expo-app --template=@binarapps/expo-ts-template name_of_your_app

3. Clone repository

This usage is usefull when npm code version is ot up to date, you can verify it by checking dates of last commit and last publish
This usage is usefull when npm code version is not up to date, you can verify it by checking dates of last commit and last publish
![Check last release date](assets/tutorials/check-last-release-date.png)

```bash
Expand Down Expand Up @@ -83,7 +84,7 @@ This command will ask you for some needed informations and then will overwrite y

- TypeScript
- app is fully typed
- [Expo v47](https://github.com/expo/expo)
- [Expo v49](https://github.com/expo/expo)
- [React Navigation v6](https://github.com/react-navigation/react-navigation)
- Native-base v3.4
- Prettier and eslint
Expand Down Expand Up @@ -171,6 +172,8 @@ To have the best starting experience in your project - write a dm to your design

Contributions are always welcome!

<!-- TODO: Create such files and add hyperlinks to them. -->

See `contributing.md` for ways to get started.

Please adhere to this project's `code of conduct`.
Expand Down
9 changes: 2 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## Todo;

CI / CD

- zmienne środowiskowe: Dev, UAT (User Acceptance Testing), and Production (https://blog.expo.dev/guest-post-expo-react-native-at-payright-part-1-c52b5d3dcb7)
- podpiecie CI / CD (https://blog.expo.dev/guest-post-expo-react-native-at-payright-part-2-78a6fa480d59)
- environment variables: Dev, UAT (User Acceptance Testing), and Production (https://blog.expo.dev/guest-post-expo-react-native-at-payright-part-1-c52b5d3dcb7)
- eas json config: https://docs.expo.dev/build/eas-json/
- bitrise
- gitlab

- ARIA: https://react-native-aria.geekyants.com/
- BLURHASH: https://github.com/mrousavy/react-native-blurhash
- nice components:
Expand All @@ -19,7 +15,7 @@ CI / CD
- compare miragejs with mws: https://mswjs.io/
- add instructions to https://github.com/welldone-software/why-did-you-render
- react-query react-native devtools: https://github.com/bgaleotti/react-query-native-devtools
- sprawdzic dlaczego auto import nie dziala z tyldami
- check why auto import doesn't work with tildes
- typical auth flow - https://i.redd.it/x7wkhwkz05g71.png
- take a look at the other app from Tom and get some ideas from there
- check RN Europe on YT (from Callstack)
Expand Down Expand Up @@ -88,4 +84,3 @@ CI / CD
## Other templates:

- https://github.com/ReactNativeSchool/expo-typescript-template
-