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
react-native-sound のLoadは非同期。 | |
<Image> using local image file | |
https://github.com/facebook/react-native/issues/751 | |
<Image style={styles.hoge} source={{isStatic:true, uri:"/tmp/image/hoge.jpg"}} /> |
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
2016-03-25 08:54:38.640 [info][tid:com.facebook.React.JavaScript] Running application "landscape_test" with appParams: {"rootTag":1,"initialProps":{}}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF | |
2016-03-25 08:54:38.651 landscape_test[5155:66368] Locked to Landscape | |
2016-03-25 08:54:38.658 landscape_test[5155:66197] *** Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and [RCTModalHostViewController shouldAutorotate] is returning YES' | |
*** First throw call stack: | |
( | |
0 CoreFoundation 0x000000010ef7ed85 __exceptionPreprocess + 165 | |
1 libobjc.A.dylib 0x000000010e176deb objc_exception_throw + 48 | |
2 CoreFoundation 0x000000010ef7ecbd +[NSException raise:format:] + 205 | |
3 UIKit 0x0000000110f45e36 -[UIViewController __supportedInterfaceOrientations] + 903 | |
4 UIK |
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
docker-compose run app rails console |
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
最上位のcomponentにconnectを行う。propsを通して、state,actionを引き渡す。 | |
https://tongariboyz.gitbooks.io/react-native-redux-dev-notes/content/ja/smartAndDumbComponent.html | |
http://qiita.com/kiita312/items/d769c85f446994349b52#container-and-presentational-components |
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
http://qiita.com/sue738/items/9754b3cad13272bd3d39 |
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
$stdout.puts e.class | |
$stdout.puts e.message |
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
curl -X POST -H "Authorization: Token token= ~Here is token~ " https://example.com?value=100 |
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
http://bunlog.d-s-b.jp/2014/07/22/autoupdate-package_json/ |
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
https://atom.io/packages/atom-react-native-css |
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
Aspell | |
https://miyazakikenji.wordpress.com/2013/06/01/emacs%E3%81%A7%E3%82%B9%E3%83%9A%E3%83%AB%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF/ | |
http://qiita.com/catatsuy/items/ae9875706769d4f02317 | |
http://keisanbutsuriya.hateblo.jp/entry/2015/02/10/152543 |