Skip to content

Contains code for a brownfield application hosting react native in a bottom sheet dialog

Notifications You must be signed in to change notification settings

rasaha91/rn-bottomsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rn-bottomsheet

This repo contains a minimal repro for hosting react native in a bottom sheet dialog within an existing android app. The branches in this repo corresponds to a major RN version (e.g. 0.68, 0.70, 0.71 and 0.72).

To test a branch (e.g 0.70), perform the following after launching an android emulator:

git switch 0.70
yarn install
npx react-native run-android

In the android app, press the "Show Dialog" button and observe the size of the bottom sheet dialog that shows.

To test a release build with a release bundle (no dev server), run:

npx react-native run-android --mode release

instead.

About

Contains code for a brownfield application hosting react native in a bottom sheet dialog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published