Is Expo compatible to make voting app?

Hello, I want to make voting/polls app with expo and can you give me suggestions? is it possible with expo? I need charts and visual diagrams for voting results and so on and is it available in expo? may I face some problem with that?

I plan to use RESTful API and I think it will be available to make GET/POST request from application…

Yeah, Expo could definitely work for making a voting app. You might want to use Victory charts for your charting. You can use fetch to make HTTP GET/POST requests.

@ccheever Is this victory native’s official repository? https://github.com/FormidableLabs/victory-native

Thank you for help <3

I think it is. Might want to google using it w expo.