expo-sectioned-multi-select
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -910,3 +910,3 @@ import React, { PureComponent } from 'react' | ||
return ( | ||
<View> | ||
<> | ||
<Modal | ||
@@ -1093,3 +1093,3 @@ supportedOrientations={modalSupportedOrientations} | ||
{chipsPosition === 'bottom' && this._renderChips()} | ||
</View> | ||
</> | ||
) | ||
@@ -1096,0 +1096,0 @@ } |
{ | ||
"name": "expo-sectioned-multi-select", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "a multi (or single) select component with support for sub categories, search, chips.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3081773