This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
verdnatura-chat
forked from
verdnatura-mirror/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked verdnatura-chat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
52d56074d7
verdnatura-chat
/
app
/
containers
/
List
/
constants.ts
4 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
[IMPROVEMENT] List Component (#2506) * List.Item * section * Start removing theme as prop * Remove StatusBar theme prop * SafeAreaView theme prop * Minor fixes * List.Container * Add translateTitle and translateSubtitle props * Storybook * Show action indicator * Header * Info * Theme stories * FlatList * DisplayName * Fix settings * FlatList tweaks * ThemeView * Screen Lock Config * DefaultBrowserView * PickerView and User Prefs * Notification Prefs * StatusView * Auto Translate * InviteUsersEdit * Visitor * Minor fixes * Remove Separator * Remove iteminfo * Font scale * Legal * Jitsi and e2e * Block * search, star, etc * auto translate and notifications * RoomInfo * Refactor RoomActions * lint * Remove DisclosureIndicator * padding horizontal 12 * Detox * Tests * Address review comments * Fix vertical scroll Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-10-30 13:59:44 +00:00
export
const
PADDING_HORIZONTAL
=
12
;
export
const
BASE_HEIGHT
=
46
;
Merge 4.17.0 into single-server (#3213)
2021-06-15 20:13:42 +00:00
export
const
ICON_SIZE
=
20
;