Skip to content

Commit e419ce9

Browse files
sauzy34sauzy34
authored andcommitted
Update readme
1 parent 40a859b commit e419ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from 'react'
22
import { Text, View } from 'react-native'
3-
import SelectBox from './lib'
3+
import SelectBox from 'react-native-multi-selectbox'
44
import { xorBy } from 'lodash'
55

66
// Options data must contain 'item' & 'id' keys

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-multi-selectbox",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Platform independent (Android / iOS) Selextbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user-interface & user-experience on both platforms..",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)