Code Monkey home page Code Monkey logo

Comments (10)

ibilalbashir avatar ibilalbashir commented on July 20, 2024 114

please delete react native from this universe. it is made to test your patience, not to develop something

from react-native-material-design.

GWlodarek avatar GWlodarek commented on July 20, 2024 2

@christinwilson try this

<Button
value="LOGIN'
raised={true}
theme='dark'
overrides={{backgroundColor: "3fffff"}}
/>

from react-native-material-design.

Typical-dev avatar Typical-dev commented on July 20, 2024 1

React native should'nt exist and thats a fact.

from react-native-material-design.

Ehesp avatar Ehesp commented on July 20, 2024

Can you share some code? Also check out the demo app.
On 31 May 2016 15:21, "christinwilson" [email protected] wrote:

I tried this code but the color doesnt change from the default blue.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#73,
or mute the thread
https://github.com/notifications/unsubscribe/AAzZXgNes5VuzagGkZB0OGuJTuqkV29Zks5qHEPkgaJpZM4IqlVg
.

from react-native-material-design.

christinwilson avatar christinwilson commented on July 20, 2024

<
Button
value="LOGIN'
raised={true}
theme='dark'
overrides={true}
backgroundColor='#3fffff'
/>

from react-native-material-design.

GWlodarek avatar GWlodarek commented on July 20, 2024

With "<Button" before "value=..."
Sorry about that!

from react-native-material-design.

christinwilson avatar christinwilson commented on July 20, 2024

thanks @GWlodarek . It worked :)

from react-native-material-design.

kumarks1122 avatar kumarks1122 commented on July 20, 2024

Buttons only will take object as styles if we pass object.
We can apply the style for button as following,

apply like ->
<Button style={styles.buttonStyle}><Text>Login</Text></Button>
const styles = {
buttonStyle: {
backgroundColor: "#aaa"
}
}

instead of

<Button style={styles.buttonStyle}><Text>Login</Text></Button>
const styles = StyleSheet.create({
buttonStyle: {
backgroundColor: "#aaa"
}
})

from react-native-material-design.

ArthurEgide avatar ArthurEgide commented on July 20, 2024

I'm with the same problem.
Button it's needed to have "title" and put the "" tag don't change anything because only the title appeas on button box.

from react-native-material-design.

santhoshkumarvgds avatar santhoshkumarvgds commented on July 20, 2024

<Button
buttonStyle={{backgroundColor: 'white', color: 'red'}}
color="red"
titleStyle={{
color: '#f75b5b',
}}
title="Continue"
raised={true}
onPress={storingDomain}
/>

from react-native-material-design.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.