Aniket

Results 4 comments of Aniket

> IN > ...\android\app\src\main\AndroidManifest.xml > > CHANGE > > ``` > android:name="com.google.android.gms.ads.APPLICATION_ID" > android:value="ca-app-pub-3940256099942544/**********"/> > ``` > > TO > > ``` > android:name="com.google.android.gms.ads.APPLICATION_ID" > android:value="ca-app-pub-3940256099942544~**********"/> > ``` > >...

No Mate it does not work still the application crashes.

yes, you can use the component without moment.

> @daweimau, > > ``` > const [PDFBlob, setPDFBlob] = useState(null) > > useEffect(() => { > const controller = new AbortController(); > > fetch(url, { signal: controller.signal }) >...