This repository has been 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
,Headers
andResponse
- Add
TabBarIOS.Item
mock
Bug Fixes
- Update
keyboardShouldPersistTaps
prop 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
repeat
andcenter
image resize props - add
Image.prefetch
mock function - add
KeyboardAvoidingView
mock - add
TouchableNativeFeedback
mock - 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
Keyboard
module - minimise size of npm package
Bug Fixes:
NavigatorExperimental: State should not have the new route
- fix linting issue in EventEmitter
v0.2.5
- Add
navigatorexperimental
mock - Fix bug with AnimatedImplementation
- Add NativeEventEmitter mock
v0.2.4
- Setup Linting throughout project 🎉
- add
Platform.select
mock - add
ActivityIndicator
mock
v0.2.3
- Update for
[email protected]
- Fix
TimePickerAndroid
mock - Handle
AsyncStorage
callbacks better - Correct colour prop on
StatusBar
- Add
TouchableOpacity
mock
v0.2.2
Bug Fixes
- use
react-native
babel 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
InteractionManager
now works
Bug Fixes:
- Rename babel plugin
- Don't deploy
.babelrc
file to npm