I'm new to android ecosystem (sure) and trying to show Samsung Pass Prompt on login page. I have:
<TextInput
textContentType="password"
autoCapitalize="none"
secureTextEntry={true}
value={this.state.password}
underlineColorAndroid="transparent"
/>
And it doesn't work. I mean TextInput does work, but prompt doesn't appear on the screen. Probably I'm missing something, or, in worse case, it is not implemented in React-Native yet(or something like that).
Any suggestions, libraries that can help me with showing Samsung Pass Prompt?
Using:
- Not Expo App
- React 16.6.1
- React-Native 0.57.5