在线的:
使用 Flow.js v.0.48.0。代码示例:
...
import { Font, AppLoading } from 'expo';
...
export default class App extends Component {
async componentDidMount() {
await Font.loadAsync(fontsStore);
...
}
...
}
在线的:
使用 Flow.js v.0.48.0。代码示例:
...
import { Font, AppLoading } from 'expo';
...
export default class App extends Component {
async componentDidMount() {
await Font.loadAsync(fontsStore);
...
}
...
}