Skip to content

Instantly share code, notes, and snippets.

@brentvatne
Created June 5, 2015 02:09
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentvatne/52086f89293de1729363 to your computer and use it in GitHub Desktop.
Save brentvatne/52086f89293de1729363 to your computer and use it in GitHub Desktop.
  1. Animation: people want a go-to api and examples (no citation needed here, and vjeux is working on it anyways)
  2. Image
  • feels unreliable (#289, #1397, #1360)
  • asset packager issues (#521)
  1. TextInput
  • next/prev buttons & tabbing (#641)
  • input accessory view seriously missed (#371, discussions in irc)
  • handling exact keyboard enter / exit animation sync with layout (#1366)
  • controlled delay maybe should be undocumented, doesn't work well enough - setNativeProps seems (various closed issues, discussions in irc)
  1. Device orientation & status bar: no recommended approach for monitoring, breaks many things eg: TabBarIOS, PickerIOS (#1294, #1170, #426, #25, #1028, #1319)
  2. ListView: missing features of UITableView (#332)
  • swipe to delete / re-ordering
  • dealloc rows intelligently
  1. ListView bugs
  • extra space at top (#721, #898)
  • weird interaction with navigator (#89, #1161)
  1. Navigator: api feels like it is missing some useful pieces see: ide's doc & (#1308, #1153, #1401, #1059)
  2. NavigatorIOS: confuses people, why use instead of navigator? why don't some props work in the react-way all the time? (#795, #476, #720, #514, #846, #1219)
  3. WebView: run html/js apps hosted locally inside, be able send js back and forth (#586, #321, #1349, #1191, #1492)
  4. Image scaling: base64, aspect ratio for network, scale for network (#1136, #858, #494, #1201)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment