naoufal / react-native-passcode-auth

React Native authentication with iOS Passcode.
104 stars 53 forks source link

(RN0.40.0) Fixed ios native headers #8

Open yyoshiki41 opened 7 years ago

yyoshiki41 commented 7 years ago

The import syntax has changed in react-native v0.40.0. ref. https://github.com/facebook/react-native/releases/tag/v0.40.0

This PR follows new import syntax, and need a major version bump for react-native 0.40.

Thanks!


This change is Reviewable

yyoshiki41 commented 7 years ago

Note: I cannot build react-native-passcode-auth/examples/PasscodeAuthExample. This error occurred in my environments. https://github.com/facebook/react-native/issues/12042

I read this issue and struggled, but cannot fix the problem. Sorry..

MichielDeMey commented 6 years ago

@naoufal Care to merge this PR? This is needed to support RN 0.40+

lcao0614 commented 5 years ago

@naoufal Can you please merge this PR? It perfectly fixes the issue I am facing.