万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    ionic

    Ionic Reactキッチンシンクでページ見えない理由

    /src/App.tsx このRequiresTutorialRouteで細工してある const App = () => ( <Provider store={store}> <Router> <div id="app"> <IonApp> <IonSplitPane contentId="main"> <Menu /> <IonPage id="main"> <Switch> <PrivateRoute path="/account" component={Account} /> <Route path="/tutorial" component={Tutorial} /> </route></privateroute></switch></ionpage></menu></ionsplitpane></ionapp></div></router></provider>

    Ionic React

    始め方 ionic start myApp --type=react 最新版じゃないと「--type=react」オプションはない。 この時「キッチンシンク(kitchen‐sink)」を使う 《主に米国で用いられる》 あらゆるものを投入する[素材にする]. tsのコードになっている。 Reduxになってる。 s…

    Ionic React

    ・参考サイト ReactとIonicでアプリ開発ができる@ionic&#47reactを触ってみた - mottox2 blog これ参考にした。 npm installをしておかないといけない src/index.tsxをいじらしいが、参考サイトではJSとあるがTSX形式。 「src/index.jsにregisterIonicの記述…

    IonicのAndroidアプリリリース

    Android No installed build tools found. Install the Android build tools version 19.1.0 or higher. これ出ることある。 Issueにあった。 https://github.com/ionic-team/ionic/issues/13120 パスを通す AndroidStudioのadbでのパス export ANDROID_HOME…

    IonicでiOS実機ビルドエラー

    passerは僕のプロジェクト === BUILD TARGET passer OF PROJECT passer WITH CONFIGURATION Debug === Check dependencies Code Signing Error: Signing for "passer" requires a development team. Select a development team in the project editor. Code …

    IonicのiOSのビルドのエラー

    Ionicでiosのためのビルドした。 ionic cordova build ios をしてみるとエラーになった。 xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instanc…

    ionic ActionSheetController

    Ionic Component Documentation