Skip to content

Sync with dev version #16

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

Open
wants to merge 34 commits into
base: dev
Choose a base branch
from
Open

Sync with dev version #16

wants to merge 34 commits into from

Conversation

mkmpvtltd1
Copy link

No description provided.

bozzmob and others added 30 commits December 27, 2015 00:42
Drawer menu items now supports Labels - DEMO
Direct Download link for the APK works fine. Tested.
Added more detailed examples and updated misc docs.
…ts to true, only just added it for an example.
- Support for more complex, nested routes.
- Every screen that is not isChild is being redirected to the
InitialRoute screen. Exit is only available from the InitialRoute.
- Title is being fetched according to the previousRoute on back button
press, fixing some use cases in the previous class functionality.
- Added getPreviousRoute for correct back button functionality
…n-attibutes

Omit true values in boolean attributes
saadj55 and others added 4 commits August 7, 2016 15:46
When trying to run "react-native run-android", was giving the error:

 "error: constructor StatusBarPackage in class StatusBarPackage cannot be applied to given types;
                .addPackage(new StatusBarPackage(this))
                            ^
  required: no arguments
  found: MainActivity
  reason: actual and formal argument lists differ in length
1 error
:app:compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details."


Code Changes:

Changed .addPackage(new StatusBarPackage(this)) to .addPackage(new StatusBarPackage())
Corrected React Dependency require statement.
Fixed Error for ":app:compileDebugJavaWithJavac"
@CLAassistant
Copy link

CLAassistant commented Jul 11, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 7 committers have signed the CLA.

✅ Ehesp
❌ bozzmob
❌ avishayil
❌ riseremi
❌ Salakar
❌ Dssdiego
❌ saadj55
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants