Skip to content

QueenieCplusplus/ReactNative_webviewApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();


}

Releases

No releases published

Packages

No packages published