Earn 13,500 ($135.00)
iOS keyboard extension in React-Native
Bounty Description
Problem Description
The goal is to create an iOS keyword extension app. Similar to the interface pasteapp.io provides (screenshot https://share.cleanshot.com/3bZRt1Jp).
Contrarily to pasteapp.io, it should not support documents. Simply text templates that are fetched from a web server will suffice.
Acceptance Criteria
In your application please explain how you would implement this. Applications with basic prototypes or partial implementations will be given priority.
Your solution should be written in TypeScript with react-native & expo as the framework. I should be able to easily run this and launch a web UI where I can select a couple of random text templates from a webser (you can use https://jsonplaceholder.typicode.com/ for that).
At minimum you should be able to fetch these text snippets from a web server. For extra credit, consider adding offline support to sync text snippets locally with the web server.