bootstrap for react natie code example
Example 1: react native bootstrap
import Button from 'react-bootstrap/Button';
// or less ideally
import { Button } from 'react-bootstrap';
Example 2: instalar bootstrap en react
import $ from 'jquery';
import Popper from 'popper.js';
import 'bootstrap/dist/js/bootstrap.bundle.min';