react-native-root-siblings
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -23,3 +23,3 @@ import React, { useEffect, useState } from 'react'; | ||
function getActiveManager() { | ||
for (let i = managerStack.length - 1; i >= 0; i++) { | ||
for (let i = managerStack.length - 1; i >= 0; i--) { | ||
const manager = managerStack[i]; | ||
@@ -26,0 +26,0 @@ if (!inactiveManagers.has(manager)) { |
{ | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"name": "react-native-root-siblings", | ||
@@ -4,0 +4,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package