Skip to content

Commit

Permalink
Fix react-native.config
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Jun 28, 2020
1 parent 15cd274 commit 28caf98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-recording",
"version": "0.4.1",
"version": "0.5.1",
"description": "React Native audio recording module used for DSP",
"author": "Qiu Xiang <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
dependency: {
platforms: {
ios: { project: "lib/ios" },
ios: { project: "lib/ios/react-native-recording.podspec" },
android: { sourceDir: "lib/android" }
}
},
Expand Down

0 comments on commit 28caf98

Please sign in to comment.