Skip to content

Commit cea85fa

Browse files
authored
Merge pull request #38 from calebnance/update_expo-sdk-46
upgraded to expo sdk 46
2 parents e8977d0 + 6fc33a0 commit cea85fa

File tree

3 files changed

+810
-560
lines changed

3 files changed

+810
-560
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Expo Starter [template]
1+
# Expo Starter [template]
22

33
web demo: [Expo Starter](https://expo-quick-prototype.vercel.app)
44

@@ -15,13 +15,21 @@ web demo: [Expo Starter](https://expo-quick-prototype.vercel.app)
1515

1616
First, make sure you have Expo CLI installed: `npm install -g expo-cli`
1717

18-
Install: `yarn` or `yarn install`
18+
**Install:**
1919

20-
Run Project Locally: `yarn dev` or `yarn start`
20+
```bash
21+
yarn
22+
```
23+
24+
**Run Project Locally:**
25+
26+
```bash
27+
yarn dev
28+
```
2129

2230
## Features
2331

24-
- Expo SDK 45
32+
- Expo SDK 46
2533
- iOS, Android and PWA (Progressive Web App)
2634
- React Navigation v6
2735
- [React Context](https://reactjs.org/docs/context.html)
@@ -50,6 +58,7 @@ yarn add @babel/core eslint-config-airbnb eslint-config-prettier eslint-plugin-i
5058

5159
**version 1.0.0 (current)**
5260

61+
- upgraded to [Expo SDK 46](https://blog.expo.dev/expo-sdk-46-c2a1655f63f7)
5362
- upgraded to [Expo SDK 45](https://blog.expo.dev/expo-sdk-45-f4e332954a68)
5463
- added Dark mode support
5564
- added two modal examples: Full screen and fade-in/slide-in half modal card

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,26 @@
2727
"@react-navigation/bottom-tabs": "^6.3.1",
2828
"@react-navigation/native": "^6.0.10",
2929
"@react-navigation/native-stack": "^6.6.2",
30-
"expo": "^45.0.0",
31-
"expo-asset": "~8.5.0",
32-
"expo-font": "~10.1.0",
33-
"expo-splash-screen": "~0.15.1",
34-
"expo-updates": "~0.13.4",
30+
"expo": "^46.0.0",
31+
"expo-asset": "~8.6.1",
32+
"expo-font": "~10.2.0",
33+
"expo-splash-screen": "~0.16.1",
34+
"expo-updates": "~0.14.3",
3535
"prop-types": "^15.7.2",
36-
"react": "17.0.2",
37-
"react-dom": "17.0.2",
38-
"react-native": "0.68.2",
39-
"react-native-gesture-handler": "~2.2.1",
40-
"react-native-reanimated": "~2.8.0",
41-
"react-native-safe-area-context": "4.2.4",
42-
"react-native-screens": "~3.11.1",
36+
"react": "18.0.0",
37+
"react-dom": "18.0.0",
38+
"react-native": "0.69.3",
39+
"react-native-gesture-handler": "~2.5.0",
40+
"react-native-reanimated": "~2.9.1",
41+
"react-native-safe-area-context": "4.3.1",
42+
"react-native-screens": "~3.15.0",
4343
"react-native-svg": "12.3.0",
44-
"react-native-web": "0.17.7"
44+
"react-native-web": "~0.18.7"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.12.9",
47+
"@babel/core": "^7.18.6",
4848
"babel-eslint": "^10.1.0",
49-
"babel-preset-expo": "~9.1.0",
49+
"babel-preset-expo": "~9.2.0",
5050
"eslint": "7.32.0",
5151
"eslint-config-airbnb": "^18.2.1",
5252
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy