Breaking change. react-native-desktop
now is react-native-macos
because it's primarly focused on macOS (Linux branch is abandoned).
- macOS Sierra supported;
- Synced with React Native 0.32.0 (thousand commits merged);
- Added state for f95aac0 by @angeloashmore
- Fixed RCTTouchHandler, PanResponder works as expected! c0cc1db by @matto1990
- Fixed alignment in TextInput e5628c9 by @matto1990
- Fixed rounded borders with colors #112
- First step in optimizing performance (mostly related to AppKit layers) 52f89c7, see https://github.com/ptmt/appkitbench, also there will be more.