Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Latest commit

 

History

History
201 lines (133 loc) · 2.97 KB

File metadata and controls

201 lines (133 loc) · 2.97 KB

TODO

  • restrict Number to Int where required
  • replace event with Unit where there is no input for the function
  • Navigation and Navigation signal
  • restrict to specific types rather than keeping them polymorphic

Type System

  • Platform specific components
  • Platform specific properties
  • Platform specific events
  • Platform specific api
  • Component specific Properties
  • Component specific Styles
  • Component specific events
  • Component specific child components

Top Level Todos

  • Components
  • Properties
  • Style
  • Events
  • Api
  • Methods
  • Navigation Experimental

Components

  • DatePickerIOS

Properties

DatePickerIOS
  • date
  • maximumDate
  • minimumDate
DrawerLayoutAndroid
  • renderNavigationView
Image
  • source
  • defaultSource
  • contentContainerStyle
ListView
  • dataSource
  • renderFooter
  • renderHeader
  • renderRow
  • renderScrollComponent
  • renderSectionHeader
  • renderSeparator
  • onEndReachedThreshold
Modal
  • onRequestClose
  • onOrientationChange
MapView
  • annotations
  • overlays
Picker
  • itemStyle
RefreshControl
  • size
ScrollView
  • contentContainerStyle
  • refreshControl / element
TextInput
  • selectionState
ToolbarAndroid
  • actions
TouchableNativeFeedback
  • background
TouchableWithoutFeedback
  • accessibilityComponentType
  • accessibilityTraits
View
  • accessibilityLabel
  • accessibilityComponentType
  • accessibilityLiveRegion
  • importantForAccessibility
  • accessibilityTraits
WebView
  • renderError
  • renderLoading
  • source

Styles

Events

DatePickerIOS
  • onDateChange
DrawerLayoutAndroid
  • onDrawerClose
  • onDrawerOpen
  • onDrawerSlide
  • onDrawerStateChanged
Image
  • onLayout
  • onError / type
  • onPartialLoad
ListView
  • onChangeVisibleRows
  • onEndReached
Picker
  • onValueChange
ScrollView
  • onContentSizeChange
  • onScrollAnimationEnd
SegmentedControlIOS
  • onValueChange
Slider
  • onValueChange
SnapshotViewIOS
  • onSnapshotReady
Switch
  • onValueChange
TextInput
  • onKeyPress
View
  • onAccessibilityTap
  • onMagicTap
  • onMoveShouldSetResponder
  • onMoveShouldSetResponderCapture
  • onResponderGrant
  • onResponderMove
  • onResponderReject
  • onResponderRelease
  • onResponderTerminate
  • onResponderTerminationRequest
  • onStartShouldSetResponder
  • onStartShouldSetResponderCapture
ViewPagerAndroid
  • onPageScroll
  • onPageScrollStateChanged
  • onPageSelected
WebView
  • onMessage
  • onShouldStartLoadWithRequest

Api

Methods

DrawerLayoutAndroid
  • openDrawer
  • closeDrawer

Navigation Experimental