Skip to content

Commit 480423b

Browse files
committed
refactor: version 5 is tested and ready to publish
1 parent 30fc895 commit 480423b

24 files changed

Lines changed: 5036 additions & 2995 deletions

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
22
root: true,
33
extends: [
4+
"@react-native",
45
"eslint:recommended",
56
"plugin:react/recommended",
67
"plugin:@typescript-eslint/recommended",
7-
"@react-native-community",
88
"prettier",
99
],
1010
ignorePatterns: [

example/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import {View, StatusBar, UIManager, Platform} from 'react-native';
3-
// import LoginScreen from 'react-native-login-screen';
4-
import LoginScreen from './lib/LoginScreen';
3+
import LoginScreen from 'react-native-login-screen';
54
import TextInput from 'react-native-text-input-interactive';
65

76
if (

example/lib/LoginScreen.style.ts

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)