Skip to content

Commit d1584f5

Browse files
authored
reason-react-native-template: template for react-native@0.60.0 (#572)
* reason-react-native-template: template for react-native@0.60.0 * Update package.json * fix chmod script * 0.1.0-beta.1 * Add instructions in case of failure during install * add missing debug.keystore for android * android keystore for good (npm wtf)
1 parent 1ada787 commit d1584f5

File tree

77 files changed

+3029
-132
lines changed

Some content is hidden

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

77 files changed

+3029
-132
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
You can find changelog in each packages:
44

55
- [reason-react-native CHANGELOG](./reason-react-native/CHANGELOG.md)
6-
- [react-native-template-reason CHANGELOG](./react-native-template-reason/CHANGELOG.md)
6+
- [reason-react-native-template CHANGELOG](./reason-react-native-template/CHANGELOG.md)
77
- [bs-react-native CHANGELOG](./bs-react-native/CHANGELOG.md)
88
- [bs-react-native-jsx3-compat CHANGELOG](./bs-react-native-jsx3-compat/CHANGELOG.md)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ refmt --parse ml --interface true
9999

100100
## Useful resources
101101

102-
- [Bucklescript Manual](https://bucklescript.github.io/docs/en/installation)
102+
- [BuckleScript Manual](https://bucklescript.github.io/docs/en/installation)
103103
- The [React Native docs](https://facebook.github.io/react-native/)
104104
- The
105105
[TypeScript definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native/index.d.ts)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"workspaces": [
4242
"reason-react-native",
43-
"react-native-template-reason",
43+
"reason-react-native-template",
4444
"bs-react-native-jsx3-compat",
4545
"bs-react-native",
4646
"bs-react-native-example",

react-native-template-reason/.gitignore

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

react-native-template-reason/CHANGELOG.md

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

react-native-template-reason/README.md

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

react-native-template-reason/dependencies.json

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

react-native-template-reason/package.json

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

react-native-template-reason/src/App.re

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# generated from template/.gitignore
2+
.npmignore

0 commit comments

Comments
 (0)