tsconfig.json typescript 配置文件 (默认已配置)
.tsx 编写jsx语法 不需要编写jsx语法 修改为.js 即可
入口文件index.js 不能修改.tsx 会导致原生代码中无法找到
react-native init 项目名 --template typescript 创建 rn typescript 项目
tsconfig.json typescript 配置文件 (默认已配置)
cnpm i -S react-native-modal
cnpm i -S react-native-vector-icons
cnpm i -D @types/react-native-vector-icons
ImageSourcePropType是rn里声明图片的类型
自定义.d.ts文件:
declare module '*.png';
放在目录中任何地方都可以
函数类型:
onPress: () => void;
onPress(): void;
6666666666666
666666666666666666666
嗡嗡嗡嗡嗡嗡
试试强强强强
这是一条笔记