Nouman Tahir
|
c1fec3a8e0
|
Merge remote-tracking branch 'upstream/development' into nt/rn-upgrade
|
2022-10-19 18:06:52 +05:00 |
|
Nouman Tahir
|
d735e720a7
|
fixed a bunch of lint issues
|
2022-10-19 18:05:44 +05:00 |
|
Nouman Tahir
|
d1d93efe51
|
removed rest of duplicat imports
|
2022-10-19 17:53:56 +05:00 |
|
Nouman Tahir
|
f430f67242
|
removed duplicate imports
|
2022-10-19 17:52:06 +05:00 |
|
Nouman Tahir
|
2fdb115042
|
Merge remote-tracking branch 'upstream/nt/use-navigation' into nt/rn-upgrade
# Conflicts:
# src/components/accountsBottomSheet/container/accountsBottomSheetContainer.tsx
# src/components/avatarHeader/avatarHeaderView.js
# src/components/basicHeader/container/basicHeaderContainer.tsx
# src/components/comments/container/commentsContainer.js
# src/components/foregroundNotification/foregroundNotification.tsx
# src/components/header/container/headerContainer.js
# src/components/header/view/headerView.tsx
# src/components/markdownEditor/view/markdownEditorView.tsx
# src/components/postButton/postButtonView.js
# src/components/postDropdown/container/postDropdownContainer.tsx
# src/components/postElements/body/view/commentBodyView.tsx
# src/components/postElements/headerDescription/view/postHeaderDescription.js
# src/components/profileEditForm/profileEditFormView.tsx
# src/components/qrModal/qrModalView.tsx
# src/components/quickReplyModal/quickReplyModalContent.tsx
# src/components/searchModal/container/searchModalContainer.js
# src/components/tabbedPosts/view/listEmptyView.tsx
# src/components/walletDetails/container/walletDetailsContainer.js
# src/components/walletHeader/view/walletHeaderView.js
# src/navigation/appNavigator.tsx
# src/screens/application/children/applicationScreen.tsx
# src/screens/coinDetails/children/coinActions.tsx
# src/screens/coinDetails/screen/coinDetailsScreen.tsx
# src/screens/editor/container/editorContainer.tsx
# src/screens/login/container/loginContainer.tsx
# src/screens/pinCode/container/pinCodeContainer.tsx
# src/utils/showLoginAlert.ts
# yarn.lock
|
2022-10-19 17:47:07 +05:00 |
|
Feruz M
|
705d7114a3
|
Merge pull request #2515 from ecency/nt/use-navigation
Nt/use navigation
|
2022-10-19 18:06:32 +05:30 |
|
noumantahir
|
330d60a539
|
removed navigation compat package
|
2022-10-19 17:21:46 +05:00 |
|
noumantahir
|
b760098c6d
|
navigate service now use v6 navigation instead of compat
|
2022-10-19 17:02:31 +05:00 |
|
noumantahir
|
8f5eda4654
|
lint
|
2022-10-19 16:11:21 +05:00 |
|
noumantahir
|
ef13840384
|
updated hooks mapping
|
2022-10-19 15:52:49 +05:00 |
|
noumantahir
|
183cd587de
|
lint
|
2022-10-19 14:23:40 +05:00 |
|
noumantahir
|
3a05b7f4e2
|
pin code to useNavigation
|
2022-10-19 14:12:55 +05:00 |
|
noumantahir
|
86279a1f57
|
removed intl
|
2022-10-19 14:06:03 +05:00 |
|
noumantahir
|
142da0a183
|
follows, regisgter, hivesigner and settings container to useNavigation
|
2022-10-19 13:41:33 +05:00 |
|
noumantahir
|
7887e8b605
|
community related classes to useNavigation
|
2022-10-19 13:28:06 +05:00 |
|
noumantahir
|
411decf1f1
|
redeem container migrate to useNavigation
|
2022-10-19 13:16:17 +05:00 |
|
noumantahir
|
ca4d95c4cf
|
profile edit migrate to useNavigation
|
2022-10-19 13:14:02 +05:00 |
|
noumantahir
|
5c582768a9
|
profile container migrate to useNavigation
|
2022-10-19 12:39:39 +05:00 |
|
noumantahir
|
57982e76cb
|
pointsContainer useNavigation with route
|
2022-10-19 12:24:05 +05:00 |
|
noumantahir
|
44fe3ecae1
|
sending route as prop to inAppPurhases
|
2022-10-19 12:12:09 +05:00 |
|
noumantahir
|
1939eb3e3e
|
removed withNavigation from postButton
|
2022-10-19 11:52:02 +05:00 |
|
noumantahir
|
12376e4232
|
making use of route in inAppPurchases
|
2022-10-19 11:49:43 +05:00 |
|
noumantahir
|
fb9cc33202
|
fixed injectIntl not found
|
2022-10-19 11:41:28 +05:00 |
|
noumantahir
|
bd538b19dd
|
re: cleared components directory of withNavigation
|
2022-10-19 11:27:49 +05:00 |
|
noumantahir
|
eb73394d04
|
re: migrated selected components to useNavigation
|
2022-10-19 11:23:28 +05:00 |
|
noumantahir
|
d496b29f44
|
components useNavigation migration in progress
|
2022-10-19 11:18:03 +05:00 |
|
Feruz M
|
8f1baef8c8
|
Merge pull request #2513 from ecency/sa/editor-input-focus-bug
Bug Fix: Editor crash when draft opened and closed instantly or loaded one after the other instanly
|
2022-10-19 06:51:04 +05:30 |
|
Sadaqat Ali
|
562448084a
|
fixed null title bug causing crash when loaded drafts one after the other
|
2022-10-18 23:36:56 +05:00 |
|
Sadaqat Ali
|
8cab26a9e1
|
fixed focus bug when editor opened and closed instantly
|
2022-10-18 23:13:51 +05:00 |
|
Nouman Tahir
|
7501957651
|
resolved duplicate navigation
|
2022-10-18 17:05:39 +05:00 |
|
Nouman Tahir
|
7493558bb1
|
cleared components directory from withNavigation
|
2022-10-18 17:04:15 +05:00 |
|
Nouman Tahir
|
c604572b55
|
app working uptill AppNavigator init
|
2022-10-18 16:24:27 +05:00 |
|
Nouman Tahir
|
ba45515b70
|
updated packages, react-navigation, safearea-context, netinfo
|
2022-10-18 15:49:37 +05:00 |
|
Nouman Tahir
|
389018cc81
|
migratted selected component to useNavigation
|
2022-10-18 15:46:18 +05:00 |
|
Nouman Tahir
|
d09fbaf23f
|
fixed crashing comopnents directory
|
2022-10-18 13:33:10 +05:00 |
|
Nouman Tahir
|
1ec1ba0f76
|
App stable uptil index configurations
|
2022-10-18 12:35:31 +05:00 |
|
Nouman Tahir
|
68b1db06c4
|
separated dummy component
|
2022-10-18 12:02:35 +05:00 |
|
Nouman Tahir
|
7b6317075e
|
raw store init
|
2022-10-18 12:01:25 +05:00 |
|
Nouman Tahir
|
4c645d20ca
|
cleaned appdelegate
|
2022-10-18 11:23:51 +05:00 |
|
Nouman Tahir
|
42cc24f981
|
using updated redux pacakges
|
2022-10-17 18:33:37 +05:00 |
|
Nouman Tahir
|
a8bf1bb950
|
updating redux
|
2022-10-17 17:24:58 +05:00 |
|
Nouman Tahir
|
fbfca8ec9d
|
android rendering successfully
|
2022-10-17 14:49:44 +05:00 |
|
Nouman Tahir
|
9d06fe091e
|
updated ios side configs
|
2022-10-17 13:56:16 +05:00 |
|
Nouman Tahir
|
f3cd2de5b5
|
all android config file migrated
|
2022-10-17 13:42:23 +05:00 |
|
Nouman Tahir
|
9755e1b6ca
|
build config update
|
2022-10-17 13:28:59 +05:00 |
|
Nouman Tahir
|
c8e8c456a8
|
lint
|
2022-10-17 13:11:23 +05:00 |
|
Nouman Tahir
|
ef9756cb2f
|
lint
|
2022-10-17 13:10:35 +05:00 |
|
Nouman Tahir
|
269d3fb93a
|
succesfully buidling android with 0 pacakge errors
|
2022-10-17 13:09:15 +05:00 |
|
Nouman Tahir
|
3c63b00f87
|
lint
|
2022-10-17 11:28:45 +05:00 |
|
Nouman Tahir
|
d34fa30f40
|
Merge branch 'development' into nt/rn-upgrade
# Conflicts:
# ios/Ecency.xcodeproj/project.pbxproj
# ios/Podfile
# ios/Podfile.lock
# package.json
# yarn.lock
|
2022-10-17 11:28:10 +05:00 |
|