Releases: necolas/react-native-web
Releases · necolas/react-native-web
0.0.62
StyleSheet
now resolves React Native styles to class names and caches results (13x faster than 0.0.61)[https://github.com/necolas/react-native-web/commit/d87f71ebc11d4ac986ec39a039ec4f7c96916e7d]ActivityIndicator
andProgressBar
now use CSS animations instead ofAnimated
.
[https://github.com/necolas/react-native-web/commit/cfc56a1354960260d6e7d40e401e7b1ba43e3a7e, https://github.com/necolas/react-native-web/commit/ea75cced133358eccda1dd83292784e554afc28c]- CSS animation properties are supported; there is no public API for creating CSS keyframes in JS.
0.0.15
New Components:
- ActivityIndicator
- Portal
- StaticContainer
- StaticRenderer
New APIs:
- AppRegistry
- AppState
- AsyncStorage
- Dimensions
- NativeMethods
- NetInfo
- PixelRatio
- Platform
- UIManager
Bug fixes:
- StyleSheet supports array of styles
- Export various Touchable components
Retain upstream BSD license