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:
Arjun Patel
2018-05-26 17:02:15 -07:00
parent 327911a8d5
commit 59a3bc7e7d
35 changed files with 292 additions and 36 deletions
+7 -1
View File
@@ -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",