Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom menu API #453

Merged
merged 16 commits into from
Sep 11, 2018
Prev Previous commit
Next Next commit
Update RN sample
  • Loading branch information
JoshLipan committed Sep 11, 2018
commit a634a5f5b731f85f25227936c4732768f6e3fc1f
1 change: 0 additions & 1 deletion ReactNative/sample/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ export default class TestRNIMUI extends Component {
inputPadding={{ left: 30, top: 10, right: 10, bottom: 10 }}
galleryScale={0.6}//default = 0.5
compressionQuality={0.6}
hideCameraButton={false}
customLayoutItems={{
left: [],
right: [],
Expand Down