John Ferlito
John Ferlito
I had a go at this, which you can see at https://github.com/johnf/amplify-cli-action The javascript code is done and simple. The tricky part is getting amplify to actually run. You can't...
I've spent most of the day debugging this issue. Adding of notifications needs to happen first, When you then add analytics, the pinpoint provider detects that notifications exist and it...
Current workaround when adding a new environment * amplify env add NAME - to create the new environment * Find the appid in team-provider.json for pinpoint * Update amplify/backend/analytics/NAME/parameter.skon and...
Alternatively it would be great if there was an option to ignore errors when in insert mode. This is how LSP works by default. It would make auto_open work better.
FYI if you use patch package to delete the relevant .web files, everything seems to work fine. No idea if this will cause any other issues. The RNW app I'm...
[native-base+3.4.9.patch.txt](https://github.com/GeekyAnts/NativeBase/files/9173060/native-base%2B3.4.9.patch.txt) @theonetheycallneo Attached - You might need to clear your babel cache before it works. I basically just remove the .web files
@Viraj-10 Which of the changes in 3.4.12 was supposed to fix the issue? I'm still seeing the same problem ``` Failed to compile. Module not found: Error: Can't resolve 'react-native-web/dist/exports/StyleSheet/createCompileableStyle'...
nm. Just realised the changes are in the alpha and not the release version. I've tested the alpha and all compiles nicely now. Will post again if I notice any...
I'm seeing this and wondering if it has something to do with the Modal creating a context. I'm doing something like ```jsx ``` Strange thing is it's fine on android...
I think I've tracked down the issue here. See NativeBaseProvider https://github.com/GeekyAnts/NativeBase/blob/master/src/core/NativeBaseProvider.tsx#L76-L105 ```jsx {isSSR ? {children} : children} ``` the SSRProvider is mounted inside the ToasProvider. However the OverlayViews for Modals,...