About 16 results
https://blog.nove-b.dev/posts/hello-world-react-native · 12 Sep 2023
過去にReact Nativeの環境構築はしたことがあるが (react native でアプリを作る環境構築をやってみるよ⚡)、それから随分と経つので、再度0からやってみる。 Expo Goの利用 モバイル開発が初めて...
https://blog.nove-b.dev/posts/create-sample-react-native-app · 2 Aug 2022
前回は環境構築したので、今回のゴールは簡単なアプリっぽいものを立ち上げるまでとする⚔️ sampleProjectという名前のサンプルプロジェクトを作成するために下記コマンドを叩く。 と、...
https://blog.nove-b.dev/posts/setup-react-native-env · 1 Aug 2022
まずは、Node.js LTSをインストールする必要がある。 私はnode管理ツールにvoltaを使用しているので、 ↑を実行する。 Expo CLI のインストールする 正常にインストールできたかは、 ↑を実行...
https://rants.broonix.ca/font-shadows-in-react-native · 20 May 2018
A nice effect you can you in react native is text shadows. This works exactly as it does in HTML CSS but the setting names are just a little different. const styles = StyleSheet.create({ body: { flex: 1, backgroundColor: '#555', }, shadow: { color: '#fff',...
https://rants.broonix.ca/getting-started-with-react-navigation · 20 Aug 2017
I recently had some time to try React Navigation. It’s a very nice routing solution to use in your React Native applications. Let’s walkthrough a simple example of using React Navigation in a project. Project Setup We will use create-react-native-app f...
https://rants.broonix.ca/getting-started-with-react-native-and-redux · 26 Feb 2017
It’s been far too long that I’ve been saying to myself: “Brooks you really should give React Native a try”. So I’ve whipped up a quick ‘how-to’ article from my first foray into React Native. In this tutorial, we will create a new React Native...