@sentiance-react-native/event-timeline 6.25.0-alpha.2 → 6.25.0-alpha.4

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.
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "SentianceEventTimeline"
3
- s.version = "6.25.0-alpha.2"
3
+ s.version = "6.25.0-alpha.4"
4
4
  s.summary = "SentianceEventTimeline"
5
5
  s.description = <<-DESC
6
6
  SentianceEventTimeline
@@ -11,6 +11,9 @@ if (findProject(':core')) {
11
11
  } else if (findProject(':@sentiance-react-native_core')) {
12
12
  // On RN 0.60, the @ sign is not stripped from project names
13
13
  coreProj = project(':@sentiance-react-native_core')
14
+ } else if (findProject(':sentiance-react-native-core')) {
15
+ // Expo autolinking strips @ and replaces non-word characters with hyphens
16
+ coreProj = project(':sentiance-react-native-core')
14
17
  } else {
15
18
  throw new GradleException('Could not find the @sentiance-react-native/core package, have you installed it?')
16
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentiance-react-native/event-timeline",
3
- "version": "6.25.0-alpha.2",
3
+ "version": "6.25.0-alpha.4",
4
4
  "description": "The Sentiance Event Timeline library",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "sentiance"
11
11
  ],
12
12
  "peerDependencies": {
13
- "@sentiance-react-native/core": "6.25.0-alpha.2"
13
+ "@sentiance-react-native/core": "6.25.0-alpha.4"
14
14
  },
15
15
  "author": "",
16
16
  "license": "",