Skip to content

Commit 2459fb3

Browse files
committed
README is updated for credtis
1 parent 553040b commit 2459fb3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ Check out [`react-native-gesture-handler`'s documentation](https://kmagiera.gith
121121
- [x] ~~LICENSE~~
122122
- [ ] Write an article about the lib on Medium
123123

124+
## Credits
125+
126+
Thank you for this awesome inspiration [João Angelo](https://dribbble.com/shots/9252130-iFood-Pending-Permissions/attachments/1296281?mode=media)
127+
124128
## Author
125129

126130
FreakyCoder, kurayogun@gmail.com

example/App.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import React from "react";
22
import { Text, StatusBar, SafeAreaView, TouchableOpacity } from "react-native";
3-
import { PermissionModal, PermissionItem } from "./lib";
3+
import {
4+
PermissionModal,
5+
PermissionItem
6+
} from "react-native-permissions-modal";
47

58
const App = () => {
69
return (

0 commit comments

Comments
 (0)