File tree 5 files changed +840
-1074
lines changed
5 files changed +840
-1074
lines changed Original file line number Diff line number Diff line change 25
25
" !template/lib/ocaml"
26
26
],
27
27
"devDependencies" : {
28
- "bs-platform" : " ^7 .0.0" ,
29
- "husky" : " ^1.3 .0" ,
30
- "lint-staged" : " ^10.1.1 " ,
28
+ "bs-platform" : " ^8 .0.0" ,
29
+ "husky" : " ^4.0 .0" ,
30
+ "lint-staged" : " ^10.0.0 " ,
31
31
"npmpub" : " ^5.0.0" ,
32
- "prettier" : " ^1.18 .0"
32
+ "prettier" : " ^2.0 .0"
33
33
},
34
34
"scripts" : {
35
35
"prepare" : " cd template && yarn" ,
40
40
"release" : " npmpub"
41
41
},
42
42
"prettier" : {
43
- "trailingComma" : " all" ,
44
- "proseWrap" : " always"
43
+ "trailingComma" : " all"
45
44
},
46
45
"lint-staged" : {
47
46
"*.{md,json,js,css}" : [
Original file line number Diff line number Diff line change 12
12
"test" : " jest"
13
13
},
14
14
"dependencies" : {
15
- "react" : " ^16.9 .0" ,
16
- "react-native" : " ^0.61 .0" ,
17
- "reason-react" : " ^0.7 .0" ,
18
- "reason-react-native" : " ^0.61 .0"
15
+ "react" : " ^16.11 .0" ,
16
+ "react-native" : " ^0.62 .0" ,
17
+ "reason-react" : " ^0.9 .0" ,
18
+ "reason-react-native" : " ^0.62 .0"
19
19
},
20
20
"devDependencies" : {
21
21
"@babel/core" : " ^7.6.2" ,
22
22
"@babel/runtime" : " ^7.6.2" ,
23
23
"@react-native-community/eslint-config" : " ^0.0.5" ,
24
24
"babel-jest" : " ^24.9.0" ,
25
- "bs-platform" : " ^7 .0.0" ,
25
+ "bs-platform" : " ^8 .0.0" ,
26
26
"eslint" : " ^6.5.1" ,
27
27
"jest" : " ^24.9.0" ,
28
- "metro-react-native-babel-preset" : " ^0.56 .0" ,
29
- "react-test-renderer" : " 16.9 .0"
28
+ "metro-react-native-babel-preset" : " ^0.58 .0" ,
29
+ "react-test-renderer" : " 16.11 .0"
30
30
},
31
31
"jest" : {
32
32
"preset" : " react-native" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module DebugInstructions = {
45
45
The main different with JavaScript components you may encounter in React Native
46
46
is the fact that they **must** be defined before being referenced
47
47
(so before actual component definitions)
48
- More at https://reasonml-community.github.io/ reason-react-native/en/docs/apis/Style/
48
+ More at https://reason-react-native.github.io /en/docs/apis/Style/
49
49
*/
50
50
let styles =
51
51
Style . (
@@ -139,7 +139,7 @@ let app = () =>
139
139
<TouchableOpacity
140
140
onPress= {_ =>
141
141
openURLInBrowser(
142
- "https://reasonml-community.github.io/ reason-react-native/en/docs/" ,
142
+ "https://reason-react-native.github.io /en/docs/" ,
143
143
)
144
144
}>
145
145
<Text
@@ -152,8 +152,7 @@ let app = () =>
152
152
() ,
153
153
)
154
154
)>
155
- "https://reasonml-community.github.io/\n reason-react-native/"
156
- -> React . string
155
+ "https://reason-react-native.github.io/" -> React . string
157
156
</Text >
158
157
</TouchableOpacity >
159
158
</View >
You can’t perform that action at this time.
0 commit comments