Skip to content

JexPY/two-view

Repository files navigation

React Native App

React Native V: 0.42.3
CLI V: 2.0.1

Setup

npm install

Run

1) npm start 
1) react-native run-android

BUG(S)

TextInput [type=password]
DESC: Content still visible as regular text input

<TextInput secureTextEntry={true} password={true} placeholder='Password' />