Skip to content

Releases: callstack/react-native-ios-kit

v0.0.5

29 Mar 06:31
Compare
Choose a tag to compare

Newly added components

  • Toolbar - Toolbar component appears on the bottom of the application screen. It allows you to perform actions within the current view, e.g. share or refresh. (@gawrysiak )

Fixes

  • fixed flexGrow on main container inTextField. (@alimek )

v0.0.4

05 Mar 11:32
Compare
Choose a tag to compare

Bug fixes

  • Fixed Unable to resolve module 'NativeModules' error (issue #105)

v0.0.3

30 Jan 13:39
Compare
Choose a tag to compare

Newly added components

  • GroupedList - Simple GroupedList component with customizable section list on the right. It simulates iOS contact list.
  • Collection - A Collection manages an ordered set of content, such as a set of photos, and presents it in a customizable and highly visual layout.
  • PageControl - PageControl component shows the position of the current page in a flat list of pages.
  • PageControlView - Swipeable view with PageControls at the bottom of the screen.
  • Spinner - Component displays a circular loading indicator.
  • ProgressBar - Component displays horizontal progress bar.

Version 0.0.2

16 Jan 12:26
Compare
Choose a tag to compare
  • changed API for RowItem component. Now there is renderRight prop

Initial release v0.0.1

15 Jan 14:18
Compare
Choose a tag to compare

List of new components

  • Avatar
  • Button
  • CheckBoxRow
  • Icon
  • InfoRow
  • NavigationRow
  • RowItem
  • SearchBar
  • SegmentedControl
  • Slider
  • Stepper
  • Switch
  • SwitchRow
  • TabBar
  • TableView
  • TextField
  • TextFieldRow
  • Typography