Satyajit Sahoo
Satyajit Sahoo
## The problem Currently the CLI looks for packages in user's dependencies and links them if they contain native code that needs to be linked. Which works great for apps....
It'd be great to be able to add additional commands to haul like in rnpm. We could have a separate plugin which provides a single command to automate publishing to...
Here are some thoughts on things we need to cover in the docs - [x] Recipes for various setups, e.g. typescript - [ ] Setting up `babel-plugin-module-resolver` as an alternative...
Since Haul uses Webpack, it'll finally be possible to use a single bundler for both web and native when you're building an universal application. Probably not a short-term target. But...
- [ ] Document setup for universal links on iOS - [ ] Document Android App Link (https://developer.android.com/about/versions/12/web-intent-resolution) - [ ] Document new ADB commands to test deep link
When the view containing the `SafeAreaProvider` remounts, the content isn't rendered. Repro: https://snack.expo.io/@satya164/safe-area-bug It works on iOS and Web. Because of this issue, it's not possible to use React Navigation...
[https://github.com/react-native-community/react-native-slider/issues/98](https://github.com/react-native-community/react-native-slider/issues/98)