Skip to content

🤣 Create funky fill-in-the-blank stories!

Notifications You must be signed in to change notification settings

shawnFallon/absurd-anecdotes

 
 

Repository files navigation

Absurd Anecdotes!


runs with expo built with words-aas built with madlibs-api License: MIT


🤣 Create funky fill-in-the-blank stories! 🤣


This app was built as an educative tool for working with the expo-in-app-purchases package and Expo Application Services (EAS). I created 2 videos to go along with this app:

🧑‍💻 Tech stack

Absurd Anecdotes! is built with Expo and React Native, and uses Typescript for a type-safe codebase.

Here's a condensed list of important packages used by the app:

  • expo-in-app-purchases — handles in-app purchases
  • @react-native-async-storage/async-storage — stores persistent data to the user's device
  • @react-navigation/native — built-in native navigation
  • react-native-paper — stylish, customizable component library

🚀 Getting the app up and running

Installation steps

  1. Clone this GitHub repo.
    git clone https://github.com/chroline/absurd-anecdotes.git
  2. Install the necessary packages.
    yarn install
    # or
    npm install
  3. Install the necessary CocoaPod Pods.
    npx pod-install
  4. Make sure you have the Expo CLI installed.

Now your app should be ready to run!

Running the app

There are a few different methods you can use to test-run this app.

Expo Go

You can run this app in Expo Go by running:

expo start

Note that in Expo Go, in-app purchases won't work.


Local build

The most straight-forward way to run your app on a device is with the expo run command.

Simply run:

expo run:ios -d
# or
expo run:android -d

to run your app on a device.


Internal distribution

With EAS Build, you can run your app on your device without Expo Go, giving you full access to native code. To do so, first make sure you have the EAS CLI installed. Then, log into your Expo user account with eas login.

If you're on iOS, you'll have to register your device for EAS with eas device:create. Read the QR code with your phone's camera and install the provisioning profile.

To build the app for internal distribution, run:

eas build -p ios --profile development
# or
eas build -p android --profile development

When the build is completed, scan the QR Code to install "Absurd Anecdotes!"

About

🤣 Create funky fill-in-the-blank stories!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.7%
  • Java 13.2%
  • Objective-C 6.0%
  • Starlark 3.1%
  • Ruby 2.8%
  • JavaScript 2.2%