Mike

Results 56 issues of 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...

medium priority

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...

breaking

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...

enhancement
question

Demonstrate an example of URL param handling by defining a variant with additional data: ``` type route = | EditUser(id); ```

docs

Describe `Container` and `Link` props and behavior

good first issue
docs

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...

bug

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...

feedback needed

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...