v3.0.0-rc.0 is LIVE on npm — feedback wanted #24
YamadaBlog
announced in
Announcements
Replies: 1 comment
-
|
Update — @pulse-music/react-native@3.0.0-rc.1 just published to npm. The 7th and final core package is now LIVE. Same install as the others: npm install @pulse-music/react-native @pulse-music/core
# then from your Expo app:
npx expo install expo-av react-native-reanimated react-native-gesture-handler react-native-svg @react-native-async-storage/async-storageQuick API: import { SafeAreaView } from 'react-native'
import { PulsePlayerRN, PulseFabRN } from '@pulse-music/react-native'
export default function App() {
return (
<SafeAreaView style={{ flex: 1, backgroundColor: '#05050A' }}>
<PulsePlayerRN variant="midnight" ambientEq />
<PulseFabRN variant="vinyl" pulso />
</SafeAreaView>
)
}Known limitations in rc.1 (deferred to subsequent patches):
Intentionally absent (platform constraints): drag-to-resize, fullscreen API, guided demo tour. Demo: Feedback on the RN renderer especially welcome from anyone using Expo SDK 56+. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
After a focused 21-tag audit-driven alpha cycle, Pulse v3.0.0-rc.0 just went LIVE on npm.
Install
Six packages published
Bonus shipped in alpha.22: @pulse-music/react-native renderer ships in code (waiting on next OTP-prompted publish for rc.1 on npm).
Live demo: https://yamadablog.github.io/pulse-player/
YouTube walkthrough: https://youtu.be/q_FJ1GWaCc8
What I'd love feedback on before v3.0.0 stable
pulse-playerv2.3.4 vs@pulse-music/vuev3.0.0-rc.0 naming — confusing? Right call? Should the Vue lib also adopt the @Pulse-Music scope at v3.0.0 stable?The full per-alpha narrative is in
docs/universal/ALPHA_HISTORY.md. The brutal honest comparison vs Plyr / Howler / Vidstack / WaveSurfer / react-player is inCOMPARISON.md(it includes when NOT to use Pulse).Thanks for any time you spend on this. Even a one-liner '"I installed it and clicked play"' is gold for the v3.0.0 stable cut.
— YamadaBlog
Beta Was this translation helpful? Give feedback.
All reactions