Alec Larson
Alec Larson
Would it be possible for this plugin to strip the `/* @__PURE__ */` comments before each `React.createElement` call?
`react-spring` uses `lerna` in the new v9 branch. Just recently, a contributor tried using `relative-deps` to avoid a duplicate peer dependency, but he hit some issues (see [here](https://github.com/react-spring/react-spring/issues/723#issuecomment-506814981)). Thoughts on...
Any idea if it's possible to export a Safari profile? Do you think this lib would work with Safari profiles at all?
## 🚨 Moved to [alloc/react-native-macos](https://github.com/alloc/react-native-macos) See the roadmap [here](https://github.com/alloc/react-native-macos#roadmap).
This PR provides support for the React version used by React Native v0.58.3 (the current version at time of writing). I've done some thorough testing in the RNTester, but it...
Add the `RCTWindow` class that improves upon the current input handling logic. Users can opt-in by using `RCTWindow` in place of `NSWindow`. If they don't, they'll continue to use the...
### 🚧 Work in progress Opening this PR now that its changes are compiled without error. I'll be testing it today, so I decided to share my progress in case...
This PR depends on #225 and #228. Closes #58