Skip to content

Commit

Permalink
Merge pull request lottie-react-native#636 from ronal2do/patch-1
Browse files Browse the repository at this point in the history
Update ContainerView.swift
  • Loading branch information
emilioicai authored Apr 21, 2020
2 parents 0747053 + 1c4cb45 commit 3826398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/LottieReactNative/ContainerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ContainerView: RCTView {
guard let data = sourceJson.data(using: String.Encoding.utf8),
let animation = try? JSONDecoder().decode(Animation.self, from: data) else {
if (RCT_DEV == 1) {
print("Unable to create the lottie animation obeject from the JSON source")
print("Unable to create the lottie animation object from the JSON source")
}
return
}
Expand Down

0 comments on commit 3826398

Please sign in to comment.