Skip to content

Commit 3a27d31

Browse files
committed
fixed tests
1 parent 6f00466 commit 3a27d31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

__mocks__/react-native.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const Animated = {
3131
View: View
3232
};
3333

34+
const I18nManager = {
35+
isRTL: false,
36+
};
37+
3438
const Text = () => "Text";
3539
const TouchableHighlight = () => false;
3640
const TouchableWithoutFeedback = () => false;
@@ -55,6 +59,7 @@ ReactNative.ToolbarAndroid = ToolbarAndroid;
5559
ReactNative.Image = Image;
5660
ReactNative.AppRegistry = AppRegistry;
5761
ReactNative.Animated = Animated;
62+
ReactNative.I18nManager = I18nManager;
5863
ReactNative.Platform = Platform;
5964

6065
module.exports = ReactNative;

0 commit comments

Comments
 (0)