liveview-native / liveview-native-core

Provides core language-agnostic functionality for LiveView Native across platforms
MIT License
146 stars 10 forks source link

Allow user to get the phx-upload-ref, revert integrated API decision for LiveFile constructor. #227

Closed mobile-bungalow closed 1 week ago

mobile-bungalow commented 1 week ago

phx-upload-refs might be fetched and set in a client specific way. We should allow them to fetch it themselves. instead of using the construct_upload function added in #219

mobile-bungalow commented 1 week ago

closed with #230