We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af56aca + 8d24583 commit 254d62aCopy full SHA for 254d62a
android/build.gradle
@@ -95,6 +95,6 @@ dependencies {
95
//noinspection GradleDynamicVersion
96
implementation "com.facebook.react:react-native:+"
97
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98
- implementation "com.github.convertedin:android-pixel-sdk:1.4.3"
+ implementation 'com.github.Scode-Njnjas:android-pixel-sdk:v1.0.1'
99
}
100
package.json
@@ -5,9 +5,10 @@
5
"source": "src/index.ts",
6
"main": "lib/commonjs/index.js",
7
"module": "lib/module/index.js",
8
- "types": "src/index.d.ts",
+ "types": "./src/index.d.ts",
9
"exports": {
10
".": {
11
12
"import": "./lib/module/index.js",
13
"require": "./lib/commonjs/index.js"
14
0 commit comments