I am new to reactVR, and I want to load local resource on my Model texture, here is the code:
<Model
source={{obj: asset('Tree.obj')}}
style={{transform: [{translate: [0, -1, -3]}]}}
texture={asset('14HMTcQb.jpg')}
/>
and I get a empty screen. So how to load my local resource on texture via ReactVR?