Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7b7800

Browse files
committedMay 4, 2019
react-native 0.59.5w & react-native-code-push 5.6.0
1 parent 95e32ab commit b7b7800

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+11642
-6744
lines changed
 

‎.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎.flowconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
[libs]
2525
node_modules/react-native/Libraries/react-native/react-native-interface.js
2626
node_modules/react-native/flow/
27-
node_modules/react-native/flow-github/
2827

2928
[options]
3029
emoji=true
3130

31+
esproposal.optional_chaining=enable
32+
esproposal.nullish_coalescing=enable
33+
3234
module.system=haste
3335
module.system.haste.use_name_reducers=true
3436
# get basename
@@ -64,4 +66,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
6466
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
6567

6668
[version]
67-
^0.75.0
69+
^0.92.0

0 commit comments

Comments
 (0)
Please sign in to comment.