Skip to content

Instantly share code, notes, and snippets.

@lc3t35
lc3t35 / gist:d32d5ef6d042fec4c1344fbe9769b06b
Created February 20, 2020 22:27
StateNavigation and state log
New stateNavigation is undefined Object {
"isConnected": true,
"isLoading": true,
"isSignout": false,
"profile": null,
"status": null,
}
Netinfo eventListener Connection type wifi
Netinfo eventListener Is connected? true
New stateNavigation is undefined Object {
@lc3t35
lc3t35 / Authenticated.png
Last active October 2, 2018 14:35
User subscription*
Authenticated.png
@lc3t35
lc3t35 / FormUserPass.jsx
Created May 23, 2018 09:20
FormUserPass component
class FormUserPass extends PureComponent {
constructor(props) {
super(props);
this.state = {
username: '',
password: '',
passwordVerify: '',
stage: props.currentUser.stage || 0,
}
}
@lc3t35
lc3t35 / real-time-development-with-meteor
Created July 10, 2013 12:22
Installation results of real-time-development-with-meteor
Installation results of npm i -g karma@0.8.5 phantomjs@1.9.0-0 selenium-webdriver grunt-cli jasmine-node istanbul@0.1.39
<pre>
selenium-webdriver@2.33.0 /usr/local/lib/node_modules/selenium-webdriver
jasmine-node@1.10.2 /usr/local/lib/node_modules/jasmine-node
├── mkdirp@0.3.5
├── underscore@1.5.1
├── walkdir@0.0.7
├── coffee-script@1.6.3