Skip to content

Commit f2e3cf6

Browse files
committed
upgrade to react-native 0.3.1
#1
1 parent 93f8c6e commit f2e3cf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var styles = StyleSheet.create({
7979
justifyContent: 'center',
8080
marginTop: 50,
8181
padding: 20,
82-
backgroundColor: '#fff',
82+
backgroundColor: '#ffffff',
8383
},
8484
title: {
8585
fontSize: 30,

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcomb-form-native",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "react-native powered UI library for developing forms writing less code",
55
"main": "index.js",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
},
1717
"homepage": "https://github.com/gcanti/tcomb-form-native",
1818
"peerDependencies": {
19-
"react-native": "^0.1.0",
19+
"react-native": "^0.3.1",
2020
"tcomb-validation": "^1.0.2"
2121
},
2222
"tags": [

0 commit comments

Comments
 (0)