Skip to content

Releases: RealOrangeOne/react-native-mock

Version 0.3.1

03 Feb 19:54
Compare
Choose a tag to compare

Bug Fixes

  • Remove files that weren't meant to be deployed
  • Remove built files before deploy

Version 0.3.0

03 Feb 14:50
Compare
Choose a tag to compare

New Features

  • Support react@15.4.0
  • Add mock for Picker
  • Add global mock for XMLHttpRequest, FormData, Headers and Response
  • Add TabBarIOS.Item mock

Bug Fixes

  • Update keyboardShouldPersistTaps prop types for ScrollView
  • Remove deprecated LinkedStateMixin

Version 0.2.8

20 Nov 21:33
e160e77
Compare
Choose a tag to compare

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

07 Oct 09:47
ce773d3
Compare
Choose a tag to compare

New Features

  • add DrawerLayoutAndroid
  • add repeat and center 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

18 Aug 09:56
Compare
Choose a tag to compare

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

21 Jul 06:16
Compare
Choose a tag to compare
  • Add navigatorexperimental mock
  • Fix bug with AnimatedImplementation
  • Add NativeEventEmitter mock

v0.2.4

30 Jun 08:21
Compare
Choose a tag to compare
  • Setup Linting throughout project 🎉
  • add Platform.select mock
  • add ActivityIndicator mock

v0.2.3

07 Jun 06:15
2d2b7eb
Compare
Choose a tag to compare
  • Update for react-native@0.27
  • Fix TimePickerAndroid mock
  • Handle AsyncStorage callbacks better
  • Correct colour prop on StatusBar
  • Add TouchableOpacity mock

v0.2.2

26 May 09:55
86da08d
Compare
Choose a tag to compare

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

26 May 08:27
933f298
Compare
Choose a tag to compare

New Features:

  • Mock for InteractionManager now works

Bug Fixes:

  • Rename babel plugin
  • Don't deploy .babelrc file to npm