世博会不支持在此处插入图片

时间:2020-10-12 16:35:55

标签: react-native expo

反正我可以在Expo中允许android的gif输入吗?当我尝试单击图像时,当前出现此错误: Expo does not support image insertion here

代码:

      const {uri} = event.nativeEvent;
      console.log(event);
      console.log(uri)
      // Nothing shows up ehre
    }
    return (
    
      <TextInput onImageChange={_onImageChange} />
      
    );

本机版本:https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz

0 个答案:

没有答案