Skip to content

Instantly share code, notes, and snippets.

View praveentcom's full-sized avatar
✈️
Probably flying

Praveen Thirumurugan praveentcom

✈️
Probably flying
View GitHub Profile
import SwiftUI
struct AnimatedGradientView: View {
var colors: [Color]
@State private var startPoint = UnitPoint.topLeading
@State private var endPoint = UnitPoint.bottomTrailing
var body: some View {
LinearGradient(
@praveentcom
praveentcom / phoneNumberValidations.json
Created January 17, 2023 12:05
Phone number validations based on country
[
{
"country": "India",
"countryCode": "91",
"countryTwoLetterCode": "IN",
"minMobileNumberLength": 10,
"maxMobileNumberLength": 10
},
{
"country": "United States",