react-native-simple-login icon indicating copy to clipboard operation
react-native-simple-login copied to clipboard

Login component for react-native

Results 6 react-native-simple-login issues
Sort by recently updated
recently updated
newest added

Help, this is my code, the error says in line 67:9 there's a mistake, and tells me that unexpected token sign, i don't know what's wrong `_/** * Sample React...

TypeError: Cannot read property 'any' of undefined at Object. (node_modules/react-native-simple-login/Login/Structure/Logo/Logo.js:15:33) at Object. (node_modules/react-native-simple-login/Login/Structure/index.js:1:209) at Object. (node_modules/react-native-simple-login/Login/Forms/BaseForm/BaseForm.js:3:16)

Updated React.PropTypes to 'prop-types' package. Added react-native as peer-dependency.

@VizirAdmin this was holding me back from using the most recent version of react. I think this should eventually be integrated into the simple forms to keep this project up...

Getting this warning with the following packages. Please update soon! =) { "name": "my-app", "version": "0.1.0", "private": true, "devDependencies": { "react-native-scripts": "0.0.31", "jest-expo": "~1.0.1", "react-test-renderer": "16.0.0-alpha.6" }, "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", "scripts":...

Using this, on a react-native: ``` renderLogin() { const onLogin = (email, password) => { console.log(email, password) // user credentials } const onResetPassword = (email) => { console.log(email) } return...