UNPKG
reinput
Version:
latest (3.7.2)
3.7.2
3.7.1
3.7.0
3.6.0
3.5.0
3.3.0
3.2.0
3.1.0
3.0.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.0.0
1.1.0
1.0.0
A React Native TextInput with material style 😎
github.com/sospedra/reinput
sospedra/reinput
reinput
/
src
/
services
/
pick.js
7 lines
(6 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
function
pick
(
target = {}, attributes = []
) {
return
attributes.
reduce
(
(
memo, key
) =>
({ ...memo, [key]: target[key] }), {}) }