Buttons, Menu, DragnDrop, RN@0.19
Good news: finally synced with React Native 0.19! 849 changed files with 6,440 additions and 48,485 deletions. Hot reloading, new assets management, Bridge and UIManager changes and many other things. Bad news: need to sync with 0.21 (0.22?).
Features
NSMenu
manager initial implementation. Control the main menu from js.<Button />
. Native buttons have arrived. Sometimes it has to be felt as real OS X, which hard to impelement using<Touchable />
components.- Tooltip support for
<View />
by @beretboat f090d8f
Bugfixes
- Fixed CLI tools by @pvinis 19520d2 and @beretboat 654ee81 and other: 9969bb0
- Add LayoutAnimation update animation support by @beretboat fe65427
- Stretchable borders has been disabled, and finally fixed for other cases 4d6e821
overflow:hidden
now works b21a164- TextInput:
<TextInput autoFocus={true} />
5e25df3, multiline 464a871 and native borders. alert()
polyfill works 3e045f4- Changed the default location where
manifest.json
is stored forAsyncStorage
. No more annoying folders in your Documents. - Fixed DataPicker appeance and event handling: 7923b11