QueenieCplusplus / ReactNative_webviewApp

react-native-webview only support for native, not web

Home Page:https://github.com/QueenieCplusplus/QuickGoThru/blob/master/README.md#react--react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactNative_webviewApp

react-native-webview only support for native, not web

syntax reminder:

// App.js

import {object_name} from 'file_path2';
import methodname from 'file_path1'

... omit ....

// file_path2.js

import {Component} from 'react' or 'react-native', plz check

class object_name extends Compoent{

  render(){

    return();

  }

}

export default object_name;

// file_path1.js

 export default method_name(){


    return();


}

About

react-native-webview only support for native, not web

https://github.com/QueenieCplusplus/QuickGoThru/blob/master/README.md#react--react-native


Languages

Language:JavaScript 100.0%