Skip to content

Commit

Permalink
added organization list screen (#30)
Browse files Browse the repository at this point in the history
* added organization list screen

* fix organization data

* displayed organization list

* added refreshController, changed request body

* showed org name, reset navigation

* checked id same as  current org id

* fixed request body

* add lock

* removed lock

* removed console
  • Loading branch information
doljko authored Feb 22, 2024
1 parent 7a92ba8 commit ae21a84
Show file tree
Hide file tree
Showing 8 changed files with 494 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { name as appName } from './app.json';
import PushNotificationIOS from '@react-native-community/push-notification-ios';
import PushNotification from 'react-native-push-notification';
import { EventRegister } from 'react-native-event-listeners';
import { set } from 'utils/Storage';
import { set } from './src/utils/Storage';

const { emit } = EventRegister;

Expand Down
Loading

0 comments on commit ae21a84

Please sign in to comment.