prscX / react-native-lock-screen

React Native: Lock Screen
Apache License 2.0
118 stars 27 forks source link

README import statement is wrong #15

Closed jalieven closed 3 years ago

jalieven commented 4 years ago

import RNLockScreen from 'react-native-lock-screen'; should be really: import { RNLockScreen } from 'react-native-lock-screen';

prscX commented 3 years ago

Thanks for your observation. I have updated the README.

Thanks </ Pranav >