UNPKG

react-native-template-agile-rn

Version:

<h3 align="center"> <b>Agile RN</b> is a <b>React Native ⚛ template</b> that was created to <i>speed up project start-up</i> as well as make <i>app development easier</i>. <h3>

9 lines (6 loc) 137 B
import axios from 'axios'; // configuring axios const api = axios.create({ baseURL: 'http://localhost:3333', }); export default api;