This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Releases: RealOrangeOne/react-native-mock
Releases · RealOrangeOne/react-native-mock
Version 0.3.1
Bug Fixes
- Remove files that weren't meant to be deployed
- Remove built files before deploy
Version 0.3.0
New Features
- Support
[email protected] - Add mock for
Picker - Add global mock for
XMLHttpRequest,FormData,HeadersandResponse - Add
TabBarIOS.Itemmock
Bug Fixes
- Update
keyboardShouldPersistTapsprop types forScrollView - Remove deprecated
LinkedStateMixin
Version 0.2.8
New Features:
- Repo changed owner. Mine
- Added mock for NavigationCard
- Added mock for Button
Bug fixes
- AsyncStorage returns null when no key instead of undefined
- Add missing keyboard methods
Version 0.2.7
New Features
- add
DrawerLayoutAndroid - add
repeatandcenterimage resize props - add
Image.prefetchmock function - add
KeyboardAvoidingViewmock - add
TouchableNativeFeedbackmock - add remaining ART Path methods
Bug Fixes
- Fix contribution guidelines
- fix propType warning from react 15.3.0
v0.2.6
New Features:
- mock for
Keyboardmodule - minimise size of npm package
Bug Fixes:
NavigatorExperimental: State should not have the new route- fix linting issue in EventEmitter
v0.2.5
- Add
navigatorexperimentalmock - Fix bug with AnimatedImplementation
- Add NativeEventEmitter mock
v0.2.4
- Setup Linting throughout project 🎉
- add
Platform.selectmock - add
ActivityIndicatormock
v0.2.3
- Update for
[email protected] - Fix
TimePickerAndroidmock - Handle
AsyncStoragecallbacks better - Correct colour prop on
StatusBar - Add
TouchableOpacitymock
v0.2.2
Bug Fixes
- use
react-nativebabel config - test on wider variety of node versions
- lock down dependancies. Makes development easier and should prevent weird errors
v0.2.1
New Features:
- Mock for
InteractionManagernow works
Bug Fixes:
- Rename babel plugin
- Don't deploy
.babelrcfile to npm