Skip to content

Commit fbd65a2

Browse files
Merge pull request #16 from reime005/feat-rn059
Upgraded to React 16.8.3
2 parents 970f053 + 49e465c commit fbd65a2

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## React Native Hooks
44
React Native APIs turned into React Hooks allowing you to access asynchronous APIs directly in your functional components.
55

6-
> Note: This is an experimental library. As of this time React Native does not yet support React version 16.7 out of the box.
6+
> Note: You must use React Native >= 0.59.0
77
88
To get started with hooks in React Native right away, follow the instructions on [this](https://github.com/facebook/react-native/issues/21967#issuecomment-434113687) thread.
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "Nader Dabit",
1010
"license": "ISC",
1111
"dependencies": {
12-
"react": "^16.7.0-alpha.0"
12+
"react": "^16.8.3"
1313
}
1414
}

yarn.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,20 @@ prop-types@^15.6.2:
2323
loose-envify "^1.3.1"
2424
object-assign "^4.1.1"
2525

26-
react@^16.7.0-alpha.0:
27-
version "16.7.0-alpha.0"
28-
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0-alpha.0.tgz#e2ed4abe6f268c9b092a1d1e572953684d1783a9"
26+
react@^16.8.3:
27+
version "16.8.5"
28+
resolved "https://registry.yarnpkg.com/react/-/react-16.8.5.tgz#49be3b655489d74504ad994016407e8a0445de66"
29+
integrity sha512-daCb9TD6FZGvJ3sg8da1tRAtIuw29PbKZW++NN4wqkbEvxL+bZpaaYb4xuftW/SpXmgacf1skXl/ddX6CdOlDw==
2930
dependencies:
3031
loose-envify "^1.1.0"
3132
object-assign "^4.1.1"
3233
prop-types "^15.6.2"
33-
scheduler "^0.11.0-alpha.0"
34+
scheduler "^0.13.5"
3435

35-
scheduler@^0.11.0-alpha.0:
36-
version "0.11.0-alpha.0"
37-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.11.0-alpha.0.tgz#7b132c726608993471db07866f2d59a52b9e190b"
36+
scheduler@^0.13.5:
37+
version "0.13.5"
38+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.5.tgz#b7226625167041298af3b98088a9dbbf6d7733a8"
39+
integrity sha512-K98vjkQX9OIt/riLhp6F+XtDPtMQhqNcf045vsh+pcuvHq+PHy1xCrH3pq1P40m6yR46lpVvVhKdEOtnimuUJw==
3840
dependencies:
3941
loose-envify "^1.1.0"
4042
object-assign "^4.1.1"

0 commit comments

Comments
 (0)