mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
Fix typo in error message and be specific about the README
This commit is contained in:
@@ -13,7 +13,7 @@ export function useScreens(shouldUseScreens = true) {
|
||||
USE_SCREENS = shouldUseScreens;
|
||||
if (USE_SCREENS && !UIManager['RNSScreen']) {
|
||||
console.error(
|
||||
`Screen native module hasn't bee linked. Please check README for more details`
|
||||
`Screen native module hasn't been linked. Please check the react-native-screens README for more details`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user