v0.9.0
Thanks to 7 contributors who worked on this release!
Bug fixes
- Fix the network indicator when ListView unmounts 40c6c25 - @zrumenjak
- Remove useless console.log 41b2208 - @tdurand
- Allow both kinds of Image
source
s. Example:<Image source={require('img.png')}
. a6fceb8 - @plougsgaard - Change
rnpm link
toreact-native link
1fdf9d6 - @emailnitram - Fix npm test command e23c227 - @Vunovati
- Fix
Images
example 55dce4a - @Vunovati
New features and enhancements
- Bump
@shoutem/animation
version to 0.8.6 a9718be - @SoHotSoup - Improve
DropDownMenu
autoselect 1ebcbfa - @MrBr RichMedia
component for rendering html/xml content as native components e3ccd90 - @VunovatiScrollView.DriverProvider
component to shareScrollDriver
between components that are not in parent/children relationship (e.g.Screen
andNavigationBar
) 27f18e6 - @SoHotSoupVideo
component that has notreact-native-video
as dependency 094b249 - @VunovatiLightbox
component created from Shoutem's fork ofreact-native-lightbox
6821f08 - @Vunovati- Add
setNativeProps
toImage
component - 217d5ad - @Vunovati