Abdul-rehman0045
Abdul-rehman0045
> @UIT19521334 Thank you for help. but i try this and it's not working. please check : > > import * as React from ‘react’; import {View, Text} from ‘react-native’;...
I also got the same error I use (yarn add react-native-safe-area-context) to fix the error
I got this error when I am using **flutter_quill: ^9.3.1** and **quill_html_converter: ^9.3.1**. I changed **flutter_quill: ^9.3.1** to **flutter_quill: ^9.2.3** and **quill_html_converter: ^9.3.1** and It worked for me.