nat-navigator

0.2.2 • Public • Published

nat-navigator

iOS Only (at present)

Installation

weexpack plugin add nat-navigator
npm install natjs --save

Usage

Use in weex file (.we)

<script>
import 'Nat' from 'natjs'
 
Nat.navigator.init({
    fontSize: 24,
    color: '#fff',
    backgroundColor: '#0bc2ee'
})
 
Nat.navigator.push({
    url: 'js file path'
})
 
Nat.navigator.pop()
 
</script> 

See the Nat Documentation for more details.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i nat-navigator

      Weekly Downloads

      8

      Version

      0.2.2

      License

      MIT

      Last publish

      Collaborators

      • natjs