Erick Crus

Results 12 comments of Erick Crus

I add the @import font from Google Fonts to index.html.js style css. ``` ... @import url('https://fonts.googleapis.com/css2?family=FONTHERE'); html { -ms-content-zooming: none; -ms-touch-action: pan-x pan-y; } ... ```

same here

Same here. I set a `minHeight` in the `style` property of the `BottomSheetView` to ensure my app's functionality, but it doesn't dynamically define the height. It apparently works normally with...

Im using `@oguzhnatly/react-native-image-manipulator` package to handle image rotation after take a picture when necessary. This is not ideal but works. For example: ``` import RNImageManipulator from '@oguzhnatly/react-native-image-manipulator'; photo = await...

you can use Lottie, in launch_screen.xml like: ``` ``` read more in [Lottie docs](https://lottiefiles.com/blog/working-with-lottie/getting-started-with-lottie-animations-in-android-app)

This solution work for me https://stackoverflow.com/a/75896709/9289771

for some reason my `ios/MyProject.xcodeproj/project.pbxproj` file was corrupt. Restore old version works for me.