diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c6cda3e..e0808b1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Feature Request 💡 url: https://github.com/nodefinity/react-native-music-library/discussions/new?category=ideas diff --git a/example/ios/MusicLibraryExample.xcodeproj/project.pbxproj b/example/ios/MusicLibraryExample.xcodeproj/project.pbxproj index 7698db3..300190c 100644 --- a/example/ios/MusicLibraryExample.xcodeproj/project.pbxproj +++ b/example/ios/MusicLibraryExample.xcodeproj/project.pbxproj @@ -384,7 +384,10 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = "$(inherited) "; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; @@ -454,7 +457,10 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = "$(inherited) "; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/example/src/pages/TrackListScreen.tsx b/example/src/pages/TrackListScreen.tsx index d01f0d3..04f0f53 100644 --- a/example/src/pages/TrackListScreen.tsx +++ b/example/src/pages/TrackListScreen.tsx @@ -117,7 +117,7 @@ export default function TrackListScreen({ navigation }: Props) { />