My days of...

生活のことなど、がんばろう

react-native initでできるファイルの内容がまたちょっと変わってる?

React Native、新しくなったのかな?それともreact-native-cliが新しくなったのかな?App.jsが

export default class App extends Component<{}> {

の箇所が

type Props = {};  <- 増えた
export default class App extends Component<Props> {

になってる。

微妙に変化しているのだなぁ

 

Learning React Native: Building Native Mobile Apps with JavaScript

Learning React Native: Building Native Mobile Apps with JavaScript

 
React Native Cookbook: Bringing the Web to Native Platforms

React Native Cookbook: Bringing the Web to Native Platforms

 
作りながら学ぶ React入門

作りながら学ぶ React入門

 

 ん?Hatena Blogもちょっと変わった?

頻繁に使わないからなんかわからなくなる