Skip to content

UIExplorer, argv, synced with [email protected]

Compare
Choose a tag to compare
@ptmt ptmt released this 19 Apr 12:11
· 6847 commits to master since this release

On the way to future easier merges with upstream.

  • Returned Android, docs, bots and many other folders. No need to touch them.
  • React and ReactNative both now are different modules.
  • Fixed TextInput bugs and add new properties for settings up placeholder font size and color, focusRing, selectionColor: cfb10d0
  • Fixed blank WebView bug: #56
  • Updated UIExplorer according to HUD.
  • Fixed infinite resizing of window issue: 992f10c
  • Fixed size problems when RootView is not being backed #54 (@bereboat)
  • Polyfill for process.argv. You can pass arguments when an app starting: app --some-arg here 0fd0870 d019b15
  • Returned some of accessibility features: fcbc4fa (@bereboat)
  • MenuManager allows to set native target c1f1663

Now you can use React Native Desktop and React Native at the same time. See here