- 000
Heres a simplified example:
//Example.tsx
import { launchImageLibrary } from "react-native-image-picker";
...
<Button
my={1}
colorScheme="default"
size="sm"
variant="outline"
onPress={async () => {
const result = await launchImageLibrary({ m...