joi-expo-push-token Expo Push Token validation for Joi. Installation It can be installed from the npm registry: $ npm install joi-expo-push-token Usage example const joi = Joi.extend(require('joi-expo-push-token')); joi.string().expoPushToken().validate(maybeToken); License MIT