Skip to content

Commit 6019f96

Browse files
committed
flatten repo
1 parent 2e3e370 commit 6019f96

Some content is hidden

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

64 files changed

+160
-4163
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# macos crap
1+
*.log
2+
3+
# macOS crap
24
.DS_Store
35

46
# node
57
node_modules
8+
69
# npm unused lock file (we use yarn.lock)
710
package-lock.json
11+
12+
# Ocaml / Reason / BuckleScript artifacts
13+
#*.bs.js # we do want this files to ensure zero-cost
14+
.bsb.lock
15+
**/lib/bs
16+
**/lib/ocaml
17+
**/.merlin

README.md

Lines changed: 51 additions & 60 deletions

reason-react-navigation-example/.gitignore renamed to example/.gitignore

File renamed without changes.

reason-react-navigation-example/__generated__/AppEntry.js renamed to example/__generated__/AppEntry.js

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"packagerOpts": {
2525
"config": "rn-cli.config.js"
2626
},
27-
"githubUrl": "https://github.com/reasonml-community/reason-react-native"
27+
"githubUrl": "https://github.com/reason-react-native/reason-react-native"
2828
}
2929
}

reason-react-navigation-example/assets/icon.png renamed to example/assets/icon.png

File renamed without changes.

reason-react-navigation-example/assets/splash.png renamed to example/assets/splash.png

File renamed without changes.

0 commit comments

Comments
 (0)