Added many things:
- properly importing fonts with assets folders - properly getting material icons with react-native-vector-icons - figuring out how messages with display - fixing keyboard bringing up other Views - function for getting user input into TextInput
This commit is contained in:
+7
-1
@@ -2,6 +2,11 @@
|
||||
"name": "Nexto",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"rnpm": {
|
||||
"assets" : [
|
||||
"./app/assets/fonts/"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
"test": "jest"
|
||||
@@ -9,7 +14,8 @@
|
||||
"dependencies": {
|
||||
"react": "16.3.1",
|
||||
"react-native": "^0.55.3",
|
||||
"react-native-router-flux": "^4.0.0-beta.28"
|
||||
"react-native-router-flux": "^4.0.0-beta.28",
|
||||
"react-native-vector-icons": "^4.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "22.4.3",
|
||||
|
||||
Reference in New Issue
Block a user