Skip to content

Commit

Permalink
fix: fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
demchuk-alex committed Aug 26, 2024
1 parent 9f2d699 commit a8da97a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ExpoPlayAudioStreamModule : Module() {
private var isPlaying = false

override fun definition() = ModuleDefinition {
Name("ExpoAudioStreamKin")
Name("ExpoPlayAudioStream")

OnCreate {
initializeAudioTrack()
Expand Down
4 changes: 2 additions & 2 deletions expo-module.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"platforms": ["ios", "android"],
"ios": {
"modules": ["ExpoPlayAudioStream"]
"modules": ["ExpoPlayAudioStreamModule"]
},
"android": {
"modules": ["expo.modules.audiostream.ExpoPlayAudioStream"]
"modules": ["expo.modules.audiostream.ExpoPlayAudioStreamModule"]
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mykin-ai/expo-audio-stream",
"version": "0.1.25",
"version": "0.1.26",
"description": "Expo Play Audio Stream module",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit a8da97a

Please sign in to comment.