mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
Merge pull request #3 from brentvatne/patch-1
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