Skip to content

Commit 2ded3e1

Browse files
committed
Update deps (rescript 8.2, rrn 0.63) & logo
1 parent d5cc452 commit 2ded3e1

27 files changed

+215
-179
lines changed

ReScriptReactNative.sketch

634 KB
Binary file not shown.

ReasonReactNative.sketch

-428 KB
Binary file not shown.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ On your side, you write Reason code that use the `ReactNative` module exposed by
3434
ReScript will compile this code to safe JavaScript that React Native can
3535
consume like standard JavaScript.
3636

37-
![Introduction](/reason-react-native/schemas/introduction.svg)
37+
![Introduction](/schemas/introduction.svg)
3838

3939
If you are familiar with Flow or TypeScript, you can see Reason as the next
4040
level of strongly typed JavaScript.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"serve": "static-server-cli dist",
2121
"start": "opn http://localhost:9000/ & yarn serve",
2222
"clean": "yarn re:clean",
23-
"test": "yarn svg && yarn re:clean-build",
23+
"test": "yarn svg && yarn re:clean-build && yarn build",
2424
"predeploy": "yarn build",
2525
"deploy": "./scripts/deploy.sh"
2626
},
2727
"devDependencies": {
2828
"@moox/bs-react-helmet": "^2.0.0",
2929
"@phenomic/markdown-as-json": "^1.0.0",
30-
"@reason-react-native/safe-area-context": "^3.0.0",
31-
"bs-platform": "^7.3.0",
30+
"@reason-react-native/safe-area-context": "^3.1.0",
31+
"bs-platform": "^8.2.0",
3232
"copyfiles": "^2.2.0",
3333
"glob": "^7.1.3",
3434
"mkdirp": "^0.5.1",
@@ -40,10 +40,10 @@
4040
"react-helmet": "^5.2.0",
4141
"react-multiversal": "https://github.com/MoOx/react-multiversal.git#bf0f30f",
4242
"react-native-web": "^0.11.2",
43-
"reason-future": "^2.4.0",
43+
"reason-future": "^2.6.0",
4444
"reason-highlightjs": "^0.2.0",
45-
"reason-react": "^0.8.0",
46-
"reason-react-native": "^0.62.0",
45+
"reason-react": "^0.9.0",
46+
"reason-react-native": "^0.63.0",
4747
"static-server-cli": "^1.0.2",
4848
"trash-cli": "^1.4.0"
4949
}

public/android-chrome-192x192.png

-551 Bytes
Loading

public/android-chrome-256x256.png

-10.4 KB
Binary file not shown.

public/android-chrome-512x512.png

21.3 KB
Loading

public/apple-touch-icon.png

-571 Bytes
Loading

public/browserconfig.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<browserconfig>
33
<msapplication>
44
<tile>
5-
<square150x150logo src="/bs-react-native/mstile-150x150.png"/>
6-
<TileColor>#222222</TileColor>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#000000</TileColor>
77
</tile>
88
</msapplication>
99
</browserconfig>

public/favicon-16x16.png

74 Bytes
Loading

public/favicon-32x32.png

238 Bytes
Loading

public/favicon.ico

7.5 KB
Binary file not shown.

public/mstile-150x150.png

1.39 KB
Loading

public/safari-pinned-tab.svg

Lines changed: 61 additions & 59 deletions
Loading

public/schemas/introduction.svg

Lines changed: 63 additions & 61 deletions
Loading

public/site.webmanifest

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "Reason React Native",
3-
"short_name": "Reason React Native",
4-
"icons": [
5-
{
6-
"src": "/reason-react-native/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/reason-react-native/android-chrome-256x256.png",
12-
"sizes": "256x256",
13-
"type": "image/png"
14-
}
15-
],
16-
"theme_color": "#222222",
17-
"background_color": "#222222",
18-
"display": "standalone"
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
1919
}

src/SVGs/BsReactNative.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/SVGs/ReScript.svg

Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)