File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
docusaurus/docs/reactnative/basics
SampleApp/android/app/src/main
TypeScriptMessaging/android/app/src/main Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -217,16 +217,15 @@ Opening an external link doesn't work without permissions on `targetSdkVersion`
217217<queries >
218218 <intent >
219219 <action android :name = " android.intent.action.VIEW" />
220- <category android :name = " android.intent.category.BROWSABLE" />
221220 <data android :scheme = " http" android :host = " *" />
222221 </intent >
223222 <intent >
224223 <action android :name = " android.intent.action.VIEW" />
225- <category android :name = " android.intent.category.BROWSABLE" />
226224 <data android :scheme = " https" android :host = " *" />
227225 </intent >
228226</queries >
229227```
228+
230229## GIF and WebP not displaying
231230
232231### Android
Original file line number Diff line number Diff line change 99 <queries >
1010 <intent >
1111 <action android : name =" android.intent.action.VIEW" />
12- <category android : name =" android.intent.category.BROWSABLE" />
1312 <data android : scheme =" http" android : host =" *" />
1413 </intent >
1514 <intent >
1615 <action android : name =" android.intent.action.VIEW" />
17- <category android : name =" android.intent.category.BROWSABLE" />
1816 <data android : scheme =" https" android : host =" *" />
1917 </intent >
2018 </queries >
Original file line number Diff line number Diff line change 99 <queries >
1010 <intent >
1111 <action android : name =" android.intent.action.VIEW" />
12- <category android : name =" android.intent.category.BROWSABLE" />
1312 <data android : scheme =" http" android : host =" *" />
1413 </intent >
1514 <intent >
1615 <action android : name =" android.intent.action.VIEW" />
17- <category android : name =" android.intent.category.BROWSABLE" />
1816 <data android : scheme =" https" android : host =" *" />
1917 </intent >
2018 </queries >
You can’t perform that action at this time.
0 commit comments