View @react-native-community__netinfo_v4.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module '@react-native-community/netinfo' { | |
declare export type StateType = | |
| 'none' | |
| 'unknown' | |
| 'cellular' | |
| 'wifi' | |
| 'bluetooth' | |
| 'ethernet' | |
| 'wimax' | |
| 'vpn' |
View test.md
I am not yelling. I AM NOT YELLING.
is there any difference? Is ThErE aNy DiFfERENCE?
React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components.
REACT NATIVE LETS YOU BUILD MOBILE APPS USING ONLY JAVASCRIPT. IT USES THE SAME DESIGN AS REACT, LETTING YOU COMPOSE A RICH MOBILE UI FROM DECLARATIVE COMPONENTS.
View react-ui-kit-comparator.md
pkg | download/week | issues | stars | comment |
---|---|---|---|---|
react-bootstrap ↗ | 235k | 62 | 17k | bootstrap 3 |
material-ui ↗ | 160k | 146 | 34k | full of bugs, speaking from experience |
antd ↗ | 64k | 174 | 26k | |
semantic-ui-react ↗ | 51k | 53 | 6.4K | |
reactstrap ↗ | 46k | 58 | 4k | bootstrap 4 |
@blueprintjs/core ↗ | 27k | 240 | 9k | splitted into multiple packages |
react-native-web ↗ | 11k | 27 | 9kk | used at twitter.com and on react-native docs (not just mobile) |
react-toolbox |
View .txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "_moox_.id" is my Blockstack ID. https://onename.com/_moox_ |
View link.re
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
external link : ReasonReact.reactClass = | |
"default" | |
[@@bs.module "@phenomic/plugin-renderer-react/lib/components/Link"]; | |
let make | |
href::(href: string) | |
style::(style: option ReactDOMRe.Style.t)=? | |
activeStyle::(activeStyle: option ReactDOMRe.Style.t)=? | |
className::(className: option string)=? | |
activeClassName::(activeClassName: option string)=? |
View README.md
Your username on Github: MoOx Please publicly post the following Gist, and name it keybase.md
Keybase proof
I hereby claim:
- I am moox on github.
- I am moox (https://keybase.io/moox) on keybase.
- I have a public key ASDqDbkch-cnPEc4XlbDhaYbLywxshF_E0wDNfUBz7GLIAo
View index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var unified = require('unified'); | |
var markdown = require('remark-parse'); | |
var remark2rehype = require('remark-rehype'); | |
var slug = require('rehype-slug'); | |
var link = require('rehype-autolink-headings'); | |
var raw = require('rehype-raw'); | |
var stringify = require('rehype-stringify'); | |
const input = `## Test | |
[link](href) |
View fb-watchman.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export type Watch = {} | |
export type CommandResponse = { | |
watch: Watch, | |
relative_path: string, | |
} | |
export type Subscription = { | |
expression: Array<string | [ string, string ]>, | |
fields: Array<string>, |
NewerOlder