Skip to content

Commit eff658b

Browse files
committed
update read me
1 parent b485e3d commit eff658b

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# TODO
2-
3-
- Documentation
4-
- Refresh Token
5-
- Auth0 Params
6-
- Clean Code
7-
- Test Code
8-
91
# React Native Auth0
102

113
A wrapper on auth0's react native library with common case features already implemented.
@@ -70,9 +62,9 @@ export const App = () => (
7062
);
7163
```
7264

73-
#### Hook usage
65+
#### Hook usage:
7466

75-
Login View
67+
Login View:
7668

7769
```tsx
7870
import { View, Button } from 'react-native;
@@ -90,7 +82,7 @@ export const LoginView = () => {
9082

9183
```
9284

93-
Logout View
85+
Logout View:
9486

9587
```tsx
9688
import { View, Button } from 'react-native;
@@ -107,7 +99,7 @@ export const LogOutView = () => {
10799
}
108100
```
109101

110-
App Component
102+
App Component:
111103

112104
```tsx
113105
import { useAuth } from '@cobuildlab/react-native-auth0';
@@ -132,3 +124,7 @@ export function App() {
132124

133125
```
134126

127+
### TODO
128+
129+
- Documentation
130+
- Test Code

0 commit comments

Comments
 (0)