Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
View,
} from 'react-native';

import {LinearGradient} from '@fyndx/react-native-gradient';
import {LinearGradient} from 'rnx-gradient';

import {Colors, Header} from 'react-native/Libraries/NewAppScreen';

Expand Down
2 changes: 1 addition & 1 deletion Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
react-native-gradient: 0420a9a25b7642f9970f5e7acfdbdcacc83f6677
react-native-gradient: b4792e13cbfd5ec51fa0e08ab63decde4492483d
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
376121EC284B253000C3400F /* libRNLinearGradientView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNLinearGradientView.a; sourceTree = BUILT_PRODUCTS_DIR; };
376121EC284B253000C3400F /* libRNXGradient.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNXGradient.a; sourceTree = BUILT_PRODUCTS_DIR; };
376121F0284B253000C3400F /* RNLinearGradientViewManager.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RNLinearGradientViewManager.mm; sourceTree = "<group>"; };
376121F8284B33D500C3400F /* RNLinearGradientView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNLinearGradientView.h; sourceTree = "<group>"; };
376121F9284B355A00C3400F /* RNLinearGradientView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RNLinearGradientView.mm; sourceTree = "<group>"; };
Expand All @@ -47,37 +47,29 @@
376121E3284B253000C3400F = {
isa = PBXGroup;
children = (
376121EE284B253000C3400F /* RNLinearGradientView */,
376121F0284B253000C3400F /* RNLinearGradientViewManager.mm */,
376121F8284B33D500C3400F /* RNLinearGradientView.h */,
376121F9284B355A00C3400F /* RNLinearGradientView.mm */,
378C76EA284B885C00ED7209 /* LinearGradientLayer.h */,
378C76EB284B888600ED7209 /* LinearGradientLayer.mm */,
376121ED284B253000C3400F /* Products */,
);
sourceTree = "<group>";
};
376121ED284B253000C3400F /* Products */ = {
isa = PBXGroup;
children = (
376121EC284B253000C3400F /* libRNLinearGradientView.a */,
376121EC284B253000C3400F /* libRNXGradient.a */,
);
name = Products;
sourceTree = "<group>";
};
376121EE284B253000C3400F /* RNLinearGradientView */ = {
isa = PBXGroup;
children = (
376121F0284B253000C3400F /* RNLinearGradientViewManager.mm */,
376121F8284B33D500C3400F /* RNLinearGradientView.h */,
376121F9284B355A00C3400F /* RNLinearGradientView.mm */,
378C76EA284B885C00ED7209 /* LinearGradientLayer.h */,
378C76EB284B888600ED7209 /* LinearGradientLayer.mm */,
);
path = RNLinearGradientView;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
376121EB284B253000C3400F /* RNLinearGradientView */ = {
376121EB284B253000C3400F /* RNXGradient */ = {
isa = PBXNativeTarget;
buildConfigurationList = 376121F5284B253000C3400F /* Build configuration list for PBXNativeTarget "RNLinearGradientView" */;
buildConfigurationList = 376121F5284B253000C3400F /* Build configuration list for PBXNativeTarget "RNXGradient" */;
buildPhases = (
376121E8284B253000C3400F /* Sources */,
376121E9284B253000C3400F /* Frameworks */,
Expand All @@ -87,9 +79,9 @@
);
dependencies = (
);
name = RNLinearGradientView;
name = RNXGradient;
productName = RNLinearGradientView;
productReference = 376121EC284B253000C3400F /* libRNLinearGradientView.a */;
productReference = 376121EC284B253000C3400F /* libRNXGradient.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
Expand All @@ -106,7 +98,7 @@
};
};
};
buildConfigurationList = 376121E7284B253000C3400F /* Build configuration list for PBXProject "RNLinearGradientView" */;
buildConfigurationList = 376121E7284B253000C3400F /* Build configuration list for PBXProject "RNXGradient" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -119,7 +111,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
376121EB284B253000C3400F /* RNLinearGradientView */,
376121EB284B253000C3400F /* RNXGradient */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -273,7 +265,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
376121E7284B253000C3400F /* Build configuration list for PBXProject "RNLinearGradientView" */ = {
376121E7284B253000C3400F /* Build configuration list for PBXProject "RNXGradient" */ = {
isa = XCConfigurationList;
buildConfigurations = (
376121F3284B253000C3400F /* Debug */,
Expand All @@ -282,7 +274,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
376121F5284B253000C3400F /* Build configuration list for PBXNativeTarget "RNLinearGradientView" */ = {
376121F5284B253000C3400F /* Build configuration list for PBXNativeTarget "RNXGradient" */ = {
isa = XCConfigurationList;
buildConfigurations = (
376121F6284B253000C3400F /* Debug */,
Expand Down
6 changes: 3 additions & 3 deletions gradient-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"android",
"linear-gradient"
],
"repository": "https://github.com/FyndX/react-native-gradient",
"repository": "https://github.com/fyndx/react-native-gradient",
"author": "<Subramanya Chakravarthy> <[email protected]> (https://github.com/chakrihacker)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FyndX/react-native-gradient/issues"
"url": "https://github.com/fyndx/react-native-gradient/issues"
},
"homepage": "https://github.com/FyndX/react-native-gradient#readme",
"homepage": "https://github.com/fyndx/react-native-gradient#readme",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/runtime": "^7.18.3"
Expand Down