You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
// If media loaded, render full image component, else render placeholder.
261
257
if(this.state.localFilePath&&!this.InvalidUrl){
262
-
// Build platform specific file resource uri.
263
-
constlocalFileUri=
264
-
Platform.OS=='ios' ? this.state.localFilePath : 'file://'+this.state.localFilePath;// Android requires the traditional 3 prefixed slashes file:/// in a localhost absolute file uri.
265
-
266
258
// Extract props proprietary to this HOC before passing props through.
0 commit comments