反正我可以在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