Closed fobos531 closed 2 years ago
Hi @fobos531 thank you for the PR!
I will just try with a bare React Native and come back with feedback.
Applying these changes locally with Expo SDK 44 also solved the issue on my side (bare React Native app with Expo SDK). Thanks for the fix. :)
@douglasjunior is it possible to merge this PR?
Done!
First of all, thanks for the awesome library! It has greatly improved the keyboard handling UX in my apps.
However, after the upgrade to Expo SDK 44 in my app, I noticed that this Pod fails to compile. The root of the issue is that starting with SDK 44, Expo enforces the usage of
#import <React/*.h>
React header import style instead of#import "*.h"
See this discussion for more info: https://github.com/expo/expo/issues/15622#issuecomment-997141629
This PR alters the imports in this library so the Pod successfully compiles.