Tyler Alves
Tyler Alves
React-Native: 0.58.6 React-Navigation: 3.9.1 Flow: 0.86.0 (using `flow_v.60.x-v0.91.x/react-navigation_v3.x.x.js`) ### Description: ### When I create a very simple [custom navigator](https://reactnavigation.org/docs/en/custom-navigators.html) and pass it to `createAppContainer` flow errors. ### Error: ### ```...
OS: iOS Device: iPhone 7 Plus Version: 11.2.x Library Version: 3.3.0 (npm latest) `getAll` and `clearAll` usually hang and never resolve/ reject. This is because of a bug in iOS...
I have seen some discussion that mobx-remotedev implements the "Redux DevTools Extension" API. So I'm curious whether the `serialize` option can be passed in. This doesn't seem to work: ```...
Current format doesn't work on my browser - Chrome Version 50.0.2661.94 m
I believe the cause is using [indices as keys for rows](https://github.com/appfolio/react-gears/blob/master/src/components/HasManyFields.js#L210) combined with using uncontrolled inputs. Since we remap the HMF value after each change, the `HMFRow` keys will always...