6.0.1 • Published 6 years ago

@haripriya.kalamata/tiny v6.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

example

 <View style={styles.container}>
   <ListSearch    
         list_json_url = 'https://api.myjson.com/bins/1cjvh3'                  
                          /*save the json with name myjson & 
                          searchable item key as title */
         displayItems={({ item }) => <Text>{item.title},{item.email}</Text>}
         uniqueKey={({ name }, index) => name} 
      />
  </View>   
6.0.1

6 years ago

5.0.8

6 years ago

5.0.6

6 years ago

5.0.4

6 years ago

5.0.3

6 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago