-
- Downloads
[IMPROVE] Migrate away from react-native-prompt-android to action sheet (#4300)
* Chore: Migrate away from react-native-prompt-android to action sheet
* fix header provile view with action sheet
* finished change password
* Close livechat and removed closeRoom dispatch
* remove lib react-native-prompt-android
* fix right buttons
* fix profile view in tablets
* fix action and room action for tablets
* remove onSubmitEditing
* fix keyboard for android tablet in landscape
* create base for actionSheet containers
* migrate EnterPasswordSheet to base
* migrate to base component
* fix colors and copy
* remove secure entry
* fix onSubmit
* fix android animation
Co-authored-by:
GleidsonDaniel <gleidson10daniel@hotmail.com>
Showing
- app/actions/actionsTypes.ts 0 additions, 1 deletionapp/actions/actionsTypes.ts
- app/actions/room.ts 1 addition, 9 deletionsapp/actions/room.ts
- app/containers/ActionSheet/ActionSheetContentWithInputAndSubmit/index.tsx 137 additions, 0 deletions...ctionSheet/ActionSheetContentWithInputAndSubmit/index.tsx
- app/containers/ActionSheet/FooterButtons.tsx 0 additions, 36 deletionsapp/containers/ActionSheet/FooterButtons.tsx
- app/containers/ActionSheet/styles.ts 0 additions, 7 deletionsapp/containers/ActionSheet/styles.ts
- app/ee/omnichannel/containers/CloseLivechatSheet/index.tsx 24 additions, 0 deletionsapp/ee/omnichannel/containers/CloseLivechatSheet/index.tsx
- app/externalModules.d.ts 0 additions, 1 deletionapp/externalModules.d.ts
- app/lib/methods/helpers/closeLivechat.ts 27 additions, 0 deletionsapp/lib/methods/helpers/closeLivechat.ts
- app/lib/services/restApi.ts 1 addition, 1 deletionapp/lib/services/restApi.ts
- app/reducers/room.test.ts 1 addition, 8 deletionsapp/reducers/room.test.ts
- app/sagas/room.js 0 additions, 40 deletionsapp/sagas/room.js
- app/stacks/MasterDetailStack/index.tsx 1 addition, 5 deletionsapp/stacks/MasterDetailStack/index.tsx
- app/views/ProfileView/components/DeleteAccountActionSheetContent/index.tsx 41 additions, 59 deletions...View/components/DeleteAccountActionSheetContent/index.tsx
- app/views/ProfileView/index.tsx 20 additions, 21 deletionsapp/views/ProfileView/index.tsx
- app/views/RoomActionsView/index.tsx 37 additions, 7 deletionsapp/views/RoomActionsView/index.tsx
- app/views/RoomView/RightButtons.tsx 30 additions, 7 deletionsapp/views/RoomView/RightButtons.tsx
- package.json 0 additions, 1 deletionpackage.json
- yarn.lock 0 additions, 5 deletionsyarn.lock
Loading
Please register or sign in to comment