静水流深

非淡泊无以明志,非宁静无以致远


  • 首页

  • 分类

  • 归档

  • 标签

  • 搜索

Realm for JavaScript(1.10.1)

发表于 2017-07-29 | 分类于 database | 阅读次数
介绍Realm JavaScript使您能够以安全,持久和快速的方式有效地编写应用程序的Model层。它的设计是可以与 React Native 和 Node.js一起工作。 以下是使用React Native的示例: 1234567891011121314151617181920212223242 ...
阅读全文 »

在路上

发表于 2017-07-19 | 分类于 diary | 阅读次数
前记:夜归上海,一丝迷茫。 当有一天,我不复永忘 请不要将我遗忘 因为我在路上 当有一天,我内心绝望 请给我一缕阳光 因为我在路上 当有一天,我无奈返乡 请给我一点赞扬 因为我在路上 可能有那么一天,我提笔成章 请给我一丝墨香 因为你的理解,让我天涯勇闯 或许有那么一天,我把生命的歌逆风而唱 请你要 ...
阅读全文 »

Create React App 脚手架的使用说明

发表于 2017-06-19 | 分类于 react | 阅读次数
This project was bootstrapped with Create React App. 这个项目是由Create React App工具引导创建。 Below you will find some information on how to perform common tasks ...
阅读全文 »

React Navigation 中文

发表于 2017-06-18 | 分类于 react navigation | 阅读次数
Getting Started 你好移动导航(Hello Mobile Navigation) 嵌套导航器(Nesting Navigators) 配置标题栏(Configuring the Header) Navigators 介绍导航器(Intro to Navigators) 栈导航器(St ...
阅读全文 »

Transitioner

发表于 2017-06-17 | 分类于 react navigation | 阅读次数
Transitioner is a React component that helps manage transitions for complex animated components. It manages the timing of animations and keeps track o ...
阅读全文 »

Views

发表于 2017-06-16 | 分类于 react navigation | 阅读次数
Navigation views are presentation components that take a router and a navigation prop, and can display several screens, as specified by the navigation ...
阅读全文 »

TabRouter

发表于 2017-06-15 | 分类于 react navigation | 阅读次数
Manage a set of tabs in the application, handle jumping to tabs, and handle the back button press to jump to the initial tab. Let’s take a look at a s ...
阅读全文 »

StackRouter

发表于 2017-06-14 | 分类于 react navigation | 阅读次数
Manage the logical navigation stack, including pushing, popping, and handling path parsing to create a deep stack. Let’s take a look at a simple stack ...
阅读全文 »

Custom Router API

发表于 2017-06-13 | 分类于 react navigation | 阅读次数
您可以通过构建具有以下功能的对象来创建自己的路由器: 123456789101112131415const MyRouter = { getStateForAction: (action, state) => ({}), getActionForPathAnd ...
阅读全文 »

路由器(Routers)

发表于 2017-06-12 | 分类于 react navigation | 阅读次数
路由器定义了一个组件的导航状态,并允许开发人员定义可被处理的路径和动作。 内置路由器(Built-In Routers)react-navigation使用的几个标准的路由器: StackRouter TabRouter 使用路由器(Using Routers)要手动导航,请在组件上放置一个静态 ...
阅读全文 »
1234…9
William-Dream

William-Dream

为了梦-追梦,我的英文名由此而来

83 日志
13 分类
2 标签
RSS
GitHub
Links
  • Net
© 2015 - 2020 William-Dream
由 Hexo 强力驱动
主题 - NexT.Mist