Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Update to Expo 40 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const pubnub = new PubNub({
uuid: "0"
});

console.disableYellowBox = true;

const Stack = createStackNavigator();

Expand Down
1 change: 0 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "Blank Template",
"slug": "react-native-example",
"privacy": "public",
"sdkVersion": "36.0.0",
"platforms": [
"ios",
"android",
Expand Down
Loading