tagworks-sdk-v1-react 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,7 +177,7 @@ class TagWorksModule: NSObject, RCTBridgeModule {
177
177
  }
178
178
 
179
179
  @objc func removeCommonDimensionWithArrayIndex(_ index: Int) {
180
- // TagWorks.sharedInstance.removeCommonDimensionWithArrayIndex(index)
180
+ TagWorks.sharedInstance.removeCommonDimensionWithArrayIndex(index)
181
181
  }
182
182
 
183
183
  @objc func removeAllCommonDimension() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tagworks-sdk-v1-react",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "TagWorks SDK React Native Library",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",