Conor McGrath

Results 16 comments of Conor McGrath

I think this should be a feature request on the react-native StyleSheet

I've tested the html in chrome print preview, the css is correct but `node-html-pdf` seems to break it

Same issue here although @liebharc workaround seems to get past the error, but it seems Amplify is very unstable with a lot of live bugs

Ad far as I can see this library just uses `react-native` modal, with an ios styled button below the children inside it. The `FadeInView` is an opacity animated `View`, wrapped...

Are you just adding the class `ignore-react-onclickoutside` to the root div of the shadow dom? I'm doing the following but the click is still closing the calendar. ``` const template...

@turakvlad I'm experiencing the same frustration here, I know it's a 2 years old issue, but any progress on this? Or workarounds?

I think this is related to [this github issue on Amplify Cli repo](https://github.com/aws-amplify/amplify-cli/issues/5652)

@nadetastic thanks for the explanation! So is it best practice to save the owners identity ID to the same object we receive the key? Then do a check to see...

@nadetastic I guess the answer is that you need the identity ID of the owner to access the file, how you get that ID is up to you.