Mike
Mike
Hey, I am working on [a Hermes support for React Native](https://github.com/facebook/react-native/pull/29914) and while working on it, I have run into the following issue, when building the React Native project: React...
We should add support for less files. SASS can be enabled by default and we can enable LESS by adding "useLESS: true" to the bower.json. It's quite easy to implement...
When creating state, e.g. ``` yo angular-xl:state users ``` I am getting folder users/index/index-controller.js which is correct. The problem is when I enter e.g. ``` yo angular-xl:state users/edit ``` That...
We will need React Native navigation at some point. From what I've found so far, there's no "defacto" library out there yet. As a `react-navigation` contributor, I am interested in...
Demonstrate an example of URL param handling by defining a variant with additional data: ``` type route = | EditUser(id); ```
Describe `Container` and `Link` props and behavior
Now that we have Expo running our example app, we can embed an Expo simulator that will show selected example along the description of a component. We will need to...
Looks like we are still referring to `deviceScreen` in some places instead of `this.state.width && this.state.height` - (e.g. in handleMoveShouldSetPanResponder) after device has been rotated - these properties may (and...
Better props
This pull request rewrites `props-driven` feature we have implemented in the past and makes side menu pure (meaning we can now implement shallowUpdate) Somehow I wasn't happy with it because...
Hey, we've submitted the app and here's what we got: > 2.16 Details > > Your app declares support for bluetooth-central in the UIBackgroundModes key in your Info.plist, but does...