File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # TODO
2-
3- - Documentation
4- - Refresh Token
5- - Auth0 Params
6- - Clean Code
7- - Test Code
8-
91# React Native Auth0
102
113A 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
7870import { View , Button } from ' react-native;
@@ -90,7 +82,7 @@ export const LoginView = () => {
9082
9183```
9284
93- Logout View
85+ Logout View:
9486
9587```tsx
9688import { View , Button } from 'react-native;
@@ -107,7 +99,7 @@ export const LogOutView = () => {
10799}
108100```
109101
110- App Component
102+ App Component:
111103
112104```tsx
113105import { useAuth } from '@cobuildlab/react-native-auth0';
@@ -132,3 +124,7 @@ export function App() {
132124
133125```
134126
127+ ### TODO
128+
129+ - Documentation
130+ - Test Code
You can’t perform that action at this time.
0 commit comments