sue s.
0
Q:

react native bootstrap

{/* The following line can be included in your src/index.js or App.js file*/}

import 'bootstrap/dist/css/bootstrap.min.css';
13
npm install react-bootstrap bootstrap
8
npm install --save bootstrapCopy
1
npx react-native init AwesomeProject
4
expo init AwesomeProject

cd AwesomeProject
npm start # you can also use: expo start
0
import Button from 'react-bootstrap/Button';

// or less ideally
import { Button } from 'react-bootstrap';
0

New to Communities?

Join the community