Prop | Value |
---|---|
Mouse Sensitivity | .10 |
Mouse ADS Sensitivity | .75 |
Mouse Scope Sensitivity | .65 |
This file contains hidden or 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
import { Platform, StyleSheet } from 'react-native'; | |
Object.defineProperty(Number.prototype, 'rem', { | |
get: function() { | |
switch (Platform.OS) { | |
case 'web': | |
return `${this.valueOf()}rem`; | |
case 'macos': | |
case 'windows': | |
case 'ios': |
This file contains hidden or 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
import React from 'react'; | |
import { | |
View, | |
ViewPropTypes, | |
Text, | |
TouchableOpacity, | |
Modal as ModalRN, | |
StyleSheet, | |
} from 'react-native'; | |
import { PropTypes } from 'prop-types'; |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am FiberJW on github. | |
* I am wheatleyj404 (https://keybase.io/wheatleyj404) on keybase. | |
* I have a public key whose fingerprint is ED41 FC60 B2AC 268B 6145 22D6 498A 41F2 51AD F582 | |
To claim this, I am signing this object: |
I hereby claim:
- I am fiber-god on github.
- I am wheatleyj404 (https://keybase.io/wheatleyj404) on keybase.
- I have a public key ASD7WWIfHvOQHrmRIhm6rB797OJ1dTZkES9UH81LjMI9fQo
To claim this, I am signing this object:
This file contains hidden or 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
{ | |
"name": "<Your App Name Here />", | |
"reason": { | |
"react-jsx": 2 | |
}, | |
"bsc-flags": ["-bs-super-errors"], | |
"bs-dependencies": ["reason-react"], | |
"sources": [ | |
{ | |
"dir": "./src", |
This file contains hidden or 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
// @flow | |
import React, { Component } from "react"; | |
import { Animated, TouchableWithoutFeedback } from "react-native"; | |
type State = { | |
height: number, | |
width: number, | |
elevation: Animated.Value | |
}; |
This file contains hidden or 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
/** | |
* @flow | |
*/ | |
import React, { Component } from "react"; | |
import { View } from "react-native"; | |
type State = { | |
heroLayout: { height: number, width: number }, | |
buttonLayout: { height: number, width: number } |
This file contains hidden or 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
{"lastUpload":"2017-08-10T18:46:53.540Z","extensionVersion":"v2.8.2"} |
NewerOlder