Matt Oakes

Results 92 comments of Matt Oakes
trafficstars

Thanks @ptmt! Do you have any more information about the React Native support for additional UI layers?

Thanks, I'll take a look. I'm looking into using React Native as a core for a Mac OS app and I'm conscious that I want it to be a stable...

Looking at the ReactWindows code, it seems that there are some key steps to moving towards this style of extending React Native rather than forking it for MacOS. There seem...

Yes, the AppleTV changes are a bit more superficially than we'd need to support for MacOS. I wonder if we could do something like only forking the `Library` and `React`...

The issue with that method is that I don't actually want type checking on those files yet as I want to convert the app piece by piece over time, rather...

I have made the changes needed for the linting and tests to pass correctly. I've also added a changeset file which will set the new `app-core` package to `1.0.0` and...

Whoops! I fixed the small formatting issue. Sorry, my editor had a different way to automatically format that and I forgot to run the check formatting locally.

To test this out I have created [an Expo Dev Plugin](https://github.com/matt-oakes/redux-devtools-expo-dev-plugin/tree/main) which makes use of this new `app-core` package (temporarily published to NPM as `@mattoakes/redux-devtools-app-core`). It's working great and the...

@markerikson I have rebased this now so it's mergable again. It would be good to get this reviewed and merged so I can switch my Expo devtools plugin away from...

Thank you! Please let me know if there are any issues or anything you need to discuss.