ControlledInput
October 7, 2020 ยท View on GitHub
You type stuff into a text input and it shows you what you typed
Instructions
These examples were built with expo and spago.
npm install spago expo-cli --globalspago installspago buildnpm installnpm run startornpm run iosornpm run androidornpm start web(for web-based app preview)
Code
The entry point for the app is in App.js. Note that the compiled PureScript code is imported, and then called in the render function.