pradeep1991singh / react-native-secure-key-store

React Native Library for securely storing keys to iOS KeyChain and Android KeyStore.
ISC License
238 stars 69 forks source link

Improve example app #87

Closed tombailey closed 4 years ago

tombailey commented 4 years ago

This PR adds visuals to the example app. It has two text inputs for alias and value as well as three buttons for the get, set and remove functions.

It looks like this

If any errors occur (for example if a value is missing but get or remove is pressed) then the error is sent to console.error. In debug mode, this will present a fullscreen react-native error as it does normally.