Skip to content

Commit 07a929d

Browse files
committed
chore: changes according to comments
1 parent 5af29d7 commit 07a929d

File tree

16 files changed

+51
-16
lines changed

16 files changed

+51
-16
lines changed

openlogin-expo-sdk-example-expo/.expo-shared/assets.json renamed to example/.expo-shared/assets.json

File renamed without changes.

openlogin-expo-sdk-example-expo/.gitignore renamed to example/.gitignore

File renamed without changes.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ import Web3Auth, {
99
import Constants, { AppOwnership } from "expo-constants";
1010
import * as Linking from "expo-linking";
1111
import * as WebBrowser from "expo-web-browser";
12+
import { Buffer } from "buffer";
1213

13-
const scheme = "openloginexposdkexampleexpo";
14+
global.Buffer = global.Buffer || Buffer;
15+
16+
const scheme = "web3authreactnativesdkexample";
1417

1518
const resolvedRedirectUrl =
1619
Constants.appOwnership == AppOwnership.Expo ||
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"expo": {
3-
"name": "openlogin-expo-sdk-example-expo",
4-
"slug": "openlogin-expo-sdk-example-expo",
5-
"scheme": "openloginexposdkexampleexpo",
3+
"name": "web3auth-react-native-sdk-example",
4+
"slug": "web3auth-react-native-sdk-example",
5+
"scheme": "web3authreactnativesdkexample",
66
"version": "1.0.6",
77
"owner": "michaellee8",
88
"orientation": "portrait",

openlogin-expo-sdk-example-expo/assets/adaptive-icon.png renamed to example/assets/adaptive-icon.png

File renamed without changes.

openlogin-expo-sdk-example-expo/assets/favicon.png renamed to example/assets/favicon.png

File renamed without changes.

openlogin-expo-sdk-example-expo/assets/icon.png renamed to example/assets/icon.png

File renamed without changes.

openlogin-expo-sdk-example-expo/assets/splash.png renamed to example/assets/splash.png

File renamed without changes.

openlogin-expo-sdk-example-expo/babel.config.js renamed to example/babel.config.js

File renamed without changes.

openlogin-expo-sdk-example-expo/metro.config.js renamed to example/metro.config.js

File renamed without changes.

0 commit comments

Comments
 (0)