Skip to content

Commit f04c838

Browse files
committed
chore: example lib version upgrade
1 parent 2ca4eae commit f04c838

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {useState} from 'react';
22
import {View, StatusBar} from 'react-native';
3-
import LoginScreen, {SocialButton} from './build/dist/index';
3+
import LoginScreen, {SocialButton} from 'react-native-login-screen';
44

55
const App = () => {
66
const [username, setUsername] = useState(null);

example/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "17.0.2",
1414
"react-native": "0.68.2",
15-
"react-native-login-screen": "^3.0.2",
15+
"react-native-login-screen": "^4.0.1",
1616
"react-native-text-input-interactive": "^0.1.3"
1717
},
1818
"devDependencies": {

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6103,10 +6103,10 @@
61036103
"resolved" "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz"
61046104
"version" "0.0.6"
61056105

6106-
"react-native-login-screen@^3.0.2":
6107-
"integrity" "sha512-vOnhzWr3nL5YBAkLGhFUcv1ANTsOB//iRQBNTYgY/FxtfZuzAjFTy7eWswdMnahgrmOYyeIw/DT1IgEy6sxYJw=="
6108-
"resolved" "https://registry.npmjs.org/react-native-login-screen/-/react-native-login-screen-3.0.2.tgz"
6109-
"version" "3.0.2"
6106+
"react-native-login-screen@^4.0.1":
6107+
"integrity" "sha512-26PsPFXtoE25YtyB95jznZftCVriTZXbk3WxBDhponm1I2kdnNnYK5UA6QWWtq3eGwzm6EwXXtC4buUWdOXEjQ=="
6108+
"resolved" "https://registry.npmjs.org/react-native-login-screen/-/react-native-login-screen-4.0.1.tgz"
6109+
"version" "4.0.1"
61106110

61116111
"react-native-text-input-interactive@^0.1.3", "react-native-text-input-interactive@>= 0.1.3":
61126112
"integrity" "sha512-tPhP7HVDmS7RmMJwq2RQIAWkgX5t3BNJt0IaJi+0rW8JsizcT7nhP6/sHQXMV9TxoP6dLTysCE9gFy/Me5kJfg=="

0 commit comments

Comments
 (0)