thewei / react-native-store

A simple database base on react-native AsyncStorage.
https://github.com/thewei/react-native-store
Other
569 stars 74 forks source link

Ordering/Sorting is not quite right #31

Closed mcnamee closed 8 years ago

mcnamee commented 8 years ago

Sorting works well for letters, however not for numbers.

Eg. I could have a list of: 1, 2, 12, 4, 24, 45 And it'll sort as follows: 1, 12, 2, 24, 4, 45

Perhaps I'm doing something incorrect? Love some feedback.

thewei commented 8 years ago

Any Example?