Skip to content

Commit f2d8a31

Browse files
committed
docs: update README
1 parent f1e4a27 commit f2d8a31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ yarn add @lodev09/react-native-exify
2525
import * as Exify from '@lodev09/react-native-exify';
2626
```
2727

28-
### Reading Exif 🔍
28+
### 🔍 Reading Exif
2929

3030
```tsx
3131
const uri = 'file://path/to/image.jpg'
@@ -38,7 +38,7 @@ console.log(tags)
3838
> On Android 10+, GPS data is redacted from `content://` URIs by default. The library automatically requests `ACCESS_MEDIA_LOCATION` at runtime to access unredacted location data. Your app must have media read access (`READ_MEDIA_IMAGES` or `READ_EXTERNAL_STORAGE`) granted first.
3939
> If you're already using a library like [`expo-media-library`](https://docs.expo.dev/versions/latest/sdk/media-library/) that grants `ACCESS_MEDIA_LOCATION`, exify will use the existing grant.
4040
41-
### Writing Exif ✍️
41+
### ✍️ Writing Exif
4242

4343
```tsx
4444
import type { ExifTags } from '@lodev09/react-native-exify';

0 commit comments

Comments
 (0)