Browse Source

Merge branch 'master' of ssh://10.10.100.21/source/UU_RN_M

# Conflicts:
#	package-lock.json
Arison 6 years ago
parent
commit
cb89799060
3 changed files with 241 additions and 233 deletions
  1. 10 2
      App.js
  2. 230 230
      package-lock.json
  3. 1 1
      package.json

+ 10 - 2
App.js

@@ -1,3 +1,12 @@
+
+/**
+ * Sample React Native App
+ * https://github.com/facebook/react-native
+ *
+ * @format
+ * @flow
+ */
+
 import React, {Component} from 'react';
 import {Platform, StyleSheet, Text, View} from 'react-native';
 
@@ -8,9 +17,8 @@ const instructions = Platform.select({
     'Shake or press menu button for dev menu',
 });
 
-type Props = {};
 
-export default class App extends Component<Props> {
+export default class App extends Component{
     render() {
         return (
             <View style={styles.container}>

File diff suppressed because it is too large
+ 230 - 230
package-lock.json


+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "HybridAndroid",
+  "name": "HybridApp",
   "version": "0.0.1",
   "private": true,
   "scripts": {

Some files were not shown because too many files changed in this diff