Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit cf13762

Browse files
author
Reinaldo Haynes
committed
README update. Issues
1 parent 3a4aa57 commit cf13762

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
React Web Native App
22
--------------------
33

4-
The goal of this build is to create a react web and native app using a shared codebase while keeping the integrity of the `create-react-app` and `react-native` build structure.
4+
The goal of this build is to create a react web and native app using a shared codebase while keeping the integrity of the `create-react-app` and `react-native` build structure...because, who want's to waste time creating the build process.
55

66
### Quick Start
77

@@ -21,6 +21,11 @@ This is a `node` based build app so having node installed is an obvious requirem
2121

2222
(Optional) `npm` is installed with node but I recommend `yarn` package management. Instruction to install Yarn [can be found here](https://yarnpkg.com/en/docs/install).
2323

24+
### Issues / Gotchas
25+
26+
###### Testing
27+
Unfortunately, since the testing environments are different for native and web, and there's no real way for jest to interpret the difference from web and native renders, any testing you would like to do must be done within `__tests__/<native/web>`.
28+
2429
### Additional Options
2530

2631
Commands can be executed with `yarn <options>` or `npm run <options>`

0 commit comments

Comments
 (0)