Skip to content

Commit

Permalink
refactor: version 5 is tested and ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Mar 17, 2023
1 parent 30fc895 commit 480423b
Show file tree
Hide file tree
Showing 24 changed files with 5,036 additions and 2,995 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
root: true,
extends: [
"@react-native",
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"@react-native-community",
"prettier",
],
ignorePatterns: [
Expand Down
3 changes: 1 addition & 2 deletions example/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import {View, StatusBar, UIManager, Platform} from 'react-native';
// import LoginScreen from 'react-native-login-screen';
import LoginScreen from './lib/LoginScreen';
import LoginScreen from 'react-native-login-screen';
import TextInput from 'react-native-text-input-interactive';

if (
Expand Down
183 changes: 0 additions & 183 deletions example/lib/LoginScreen.style.ts

This file was deleted.

Loading

0 comments on commit 480423b

Please sign in to comment.