-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
some places i get error for using default and some places for defaults
whts the differnce where to use plural vs singular ?
import React, { Component } from 'react';
import { Text, View } from 'react-native';
class App extends Component {
render() {
return (
An App!
);
}
}
export default App;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels