André Morales

Results 6 comments of André Morales

I believe this pull request fix #1001 this.

The custom script option can be implemented just like the custom styles? functions.php ```php wp_register_style( 'crb-my-shiny-gutenberg-block-stylesheet', get_stylesheet_directory_uri() . '/css/gutenberg/my-shiny-gutenberg-block.css' ); Block::make( __( 'My Shiny Gutenberg Block' ) ) ->add_fields( array(...

This issue occurred to me when trying to upgrade Storybook for React Native. And it had nothing to do with reanimated, was a babel configuration issue. Removing some babel plugins...

Same here. iOS ![File](https://github.com/Kureev/react-native-blur/assets/1686408/e0778b30-2949-4c8d-80d2-71d7a9233df5) Android ![Screenshot_20230811_111721_Cosm](https://github.com/Kureev/react-native-blur/assets/1686408/5b60266a-2c34-4cb2-a5cd-50fd25c31a71) I'm using it like this: ``` ```