Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Sync with dev version#16

Open
mkmpvtltd1 wants to merge 34 commits into
invertase:devfrom
mkmpvtltd1:master
Open

Sync with dev version#16
mkmpvtltd1 wants to merge 34 commits into
invertase:devfrom
mkmpvtltd1:master

Conversation

@mkmpvtltd1
Copy link
Copy Markdown

No description provided.

satvikmaker 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
Copy Markdown

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
❌ Salakar
❌ saadj55
❌ Dssdiego
❌ riseremi
❌ avishayil
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants