Go to file
Djalim Simaila 504b83386d feat(notif): add new notification components for local and remote notifications
📦 new(NotifElementLocal.tsx): add component to handle local notifications
📦 new(NotifElementRemote.tsx): add component to handle remote notifications
📦 new(NotifList.tsx): add component to list notifications
📦 new(NotifView.tsx): add main view for notifications
📦 new(NotifViewLocal.tsx): add view for local notifications
📦 new(NotifViewRemote.tsx): add view for remote notifications

🔧 refactor: use react-native-toast-notifications for user feedback
🔧 refactor: use redux for state management
🔧 refactor: use axios for HTTP requests
🔧 refactor: use react-native-paper for UI components
🔧 refactor: use expo-clipboard for clipboard interactions

🎯 goal: improve user experience by providing local and remote notifications
2024-04-04 13:01:24 +02:00
.bundle add project 2023-03-27 11:52:28 +02:00
assets V1.1.0 i guess 2024-04-02 16:36:04 +02:00
src feat(notif): add new notification components for local and remote notifications 2024-04-04 13:01:24 +02:00
.eslintrc.js add project 2023-03-27 11:52:28 +02:00
.gitignore minor improvement 2023-04-10 01:30:59 +02:00
.node-version add project 2023-03-27 11:52:28 +02:00
.prettierrc.js add project 2023-03-27 11:52:28 +02:00
.ruby-version add project 2023-03-27 11:52:28 +02:00
.watchmanconfig add project 2023-03-27 11:52:28 +02:00
app.json V1.1.0 i guess 2024-04-02 16:36:04 +02:00
App.tsx 🎨 style(App.tsx, SignIn.tsx, SignUp.tsx, ClipElementLocal.tsx, ClipElementRemote.tsx, ClipList.tsx, ClipView.tsx, ClipViewLocal.tsx, ClipViewRemote.tsx, Auth.tsx, Clips.tsx, Intro.tsx, Settings.tsx): Improve UI/UX by adding responsive design and theme support 2024-04-03 14:31:44 +02:00
babel.config.js V1.1.0 i guess 2024-04-02 16:36:04 +02:00
bun.lockb V1.1.0 i guess 2024-04-02 16:36:04 +02:00
package.json V1.1.0 i guess 2024-04-02 16:36:04 +02:00
tsconfig.json V1.1.0 i guess 2024-04-02 16:36:04 +02:00
webpack.config.js V1.1.0 i guess 2024-04-02 16:36:04 +02:00