diff --git a/example/src/App.tsx b/example/src/App.tsx index e644e7d..d14eaa5 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -131,7 +131,7 @@ export default function App() { } const handlePickModel = async () => { - DocumentPicker.pick() // TODO: Is there a way to filter GGUF model files? + DocumentPicker.pick({type: Platform.OS === 'ios' ? 'public.data' : 'application/octet-stream'}) .then(async (res) => { let [file] = res if (file) {