Arno Fortelny
Arno Fortelny
Ah SSR, gotcha. No I'm not.
+1 Stop-gap solution is to add package via git ref in `package.json` `"react-native-popover": "git+https://github.com/jeanregisser/react-native-popover.git"`
@agilityworks-uk's fork of this seems to be further along. I haven't tried it myself but we should probably all go concentrate dev efforts there. https://github.com/agilityworks-uk/react-native-popover
``` "@taw/react-native-popover": "git+https://github.com/agilityworks-uk/react-native-popover.git#release\/2.2", ``` or ``` npm i --save git+https://github.com/agilityworks-uk/react-native-popover.git#release\/2.2 ```
I think it is necessary. If one is to use the proper method of importing depdencies via `import` then they cannot be wrapped in an `if` environment check (not to...
Removing `.babelrc` does fix the problem. You have to run `watchman watch-del-all && rm -rf $TMPDIR/react-*` to clear the build cache. Can we exclude `.babelrc` from the package?
Correct, it’s the way the build tool works for react-native unfortunately.