Skip to content

Commit 4f09ae1

Browse files
authored
chore: correct filename casing in README example (#462)
1 parent 5a5e35b commit 4f09ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The Google Navigation SDK React Native library offers functionalities that neces
313313
> [!NOTE]
314314
> The management of these permissions falls outside the scope of the Navigation SDKs for Android and iOS. As a developer integrating these SDKs into your applications, you are responsible for requesting and obtaining the necessary permissions from the users of your app.
315315
316-
You can see example of handling permissions in the [app.tsx](./example/src/app.tsx) file of the sample application:
316+
You can see example of handling permissions in the [App.tsx](./example/src/App.tsx) file of the sample application:
317317

318318
```tsx
319319
import {request, PERMISSIONS, RESULTS} from 'react-native-permissions';

0 commit comments

Comments
 (0)