0

I am currently developing an iOS app with react native. Users can upload a .obj file to my app. The app will then upload the uploaded .obj file to firebase storage.

Therefore, I have 2 ways to reference the file:

  1. The uploaded .obj file, and
  2. The URL obtained after uploaded the .obj file

I have tried the module: react-native-gl-model-view. However, this requires the .obj file to be included in Xcode which I thinks it cannot be done programmatically with react native.

I would like to know what module does other developers use to achieve this?

ykn121
  • 835
  • 1
  • 9
  • 28
  • There is no OpenGL on ios. Maybe you are using [tag:opengl-es] (but I'm not familiar with the module)? – BDL Jan 01 '18 at 14:26
  • Is it necessary to use something like OpenGL to achieve the task that I want? Are there any react-native module that can help me? – ykn121 Jan 01 '18 at 16:02

0 Answers0