From 8b13527cff3b4095b9eec48b5c9dd39ea5a3ffed Mon Sep 17 00:00:00 2001 From: Douglas Nassif Roma Junior Date: Mon, 29 Jan 2024 14:10:44 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7fdc19..9ff5b3d 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ jest.mock('react-native-keyboard-manager', () => require('react-native-keyboard- ## Known issues -- If your project is managed by Expo, you will need to eject. +- If your project is managed by Expo, you will need to eject: https://github.com/douglasjunior/react-native-keyboard-manager/issues/100 - Problem with "@react-navigation/native-stack" and "IQKeyboardManager" on iOS: https://github.com/douglasjunior/react-native-keyboard-manager/issues/89 - Pod install failed on M1 machines: https://github.com/douglasjunior/react-native-keyboard-manager/issues/104